/*!static/css/class.css*/
/* 全体 */
* {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

a {
	cursor: pointer
}

body {
	height: 100%;
}

/* 应用字体 */
@font-face {
	font-family: 'iconfont';
	src: url('//at.alicdn.com/t/font_1473257_ypy5zf2vjob.eot');
	src: url('//at.alicdn.com/t/font_1473257_ypy5zf2vjob.eot?#iefix') format('embedded-opentype'),
		url('//at.alicdn.com/t/font_1473257_ypy5zf2vjob.woff2') format('woff2'),
		url('//at.alicdn.com/t/font_1473257_ypy5zf2vjob.woff') format('woff'),
		url('//at.alicdn.com/t/font_1473257_ypy5zf2vjob.ttf') format('truetype'),
		url('//at.alicdn.com/t/font_1473257_ypy5zf2vjob.svg#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 52px !important;
	position: absolute;
	left: 24px;
	top: 24px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-icon35:before {
	content: "\e63a";
}

.icon-jiaoyu:before {
	content: "\e624";
}

.icon-fushi:before {
	content: "\e614";
}

.icon-jiudian:before {
	content: "\e60a";
}

.icon-yiyuan:before {
	content: "\e63b";
}

.icon-zhuangxiushangjia-:before {
	content: "\e604";
}

.icon-gongsi-:before {
	content: "\e613";
}

.icon-jinrong-:before {
	content: "\e918";
}


/* 顶部 top*/
.top {
	background-color: #000000;
	width: 100%;
	height: 30px;
	position: fixed;
	top: 0;
	z-index: 999;
	transition: all 1s linear;
}

.top a:hover {
	color: #0093DD;
}

.top_con {
	width: 1200px;
	margin: auto;
	height: 30px;
	line-height: 30px;
}

.top_con_left {
	float: left;
	color: #FFFFFF;
}

.top_con_left img {
	margin-bottom: 5px;
}

.top_con_left li {
	float: left;
	margin-right: 15px;
}

.top_con_left a {
	color: #FFFFFF;
}

.top_con_right {
	float: right;
	color: #FFFFFF;
}

.top_con_right li {
	float: left;
	margin-left: 5px;
}

.top_con_right a {
	color: #FFFFFF
}

/* 头部 nav*/
.top_nav {
	width: 100%;
	height: 120px;
	background-color: #FFFFFF;
	position: fixed;
	top: 30px;
	z-index: 999;
	transition: all 1s linear;
}

.top_nav_con {
	width: 1200px;
	margin: auto;
}

.top_nav_logo {
	width: 30%;
	float: left;
	transition: all 0.4s;
}

.top_nav_logo img {
	padding: 30px 0;
}

.top_nav_con_right {
	width: 70%;
	float: left;
	line-height: 120px;
	font-size: 16px;
}

.top_nav_con_right>ul {
	float: right;
}

.top_nav_con_right>ul>li {
	float: left;
	padding: 0 0 0 20px;
}

.top_nav_con_right_class>a {
	color: #0094dd;
}

.top_nav_con_right span {
	display: contents;
	position: inherit;
	font-size: 15px !important;
}

.top_nav_div {
	background-color: #FFFFFF;
	width: 100%;
	position: absolute;
	z-index: 9999;
	top: 120px;
	left: 0;
	transition: all 0.4s;
	height: 0;
	overflow: hidden;
}

.top_nav_div_con {
	width: 1200px;
	margin: auto;
}

.top_nav_div_con li {
	float: left;
	text-align: center;
	display: inline-block;
	margin: 40px 5px;
	width: 140px;
	cursor: pointer;
	line-height: normal;
	color: #666666;
}

.top_nav_div_con li p{
	color: #b3b3b3;
}
.top_nav_div_con li span {
	display: block;
	font-size: 50px !important;
	margin-bottom: 5px;
	transition: all 0.2s;
	color: #666666;
}

.top_nav_div_con li:hover {
	color: #0093DD;
}

.top_nav_div_con li:hover span {
	margin-top: -5px;
	margin-bottom: 10px;
	color: #0093DD;
}
.top_nav_div_con li:hover p{
	color: #0093DD;
}

.top_nav_div1 {
	position: absolute;
	width: 100%;
	z-index: 9999;
	top: 120px;
	right: 0;
	transition: all 0.4s;
	height: 0;
	overflow: hidden;
}

.top_nav_div1_con {
	overflow: hidden;
	width: 1200px;
	margin: auto;
}

.top_nav_div1_con ul {
	float: right;
	border-radius: 0px 0px 6px 6px;
	overflow: hidden;
}

.top_nav_div1_con li {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	transition: all 0.2s;
}

.top_nav_div1_con li:hover {
	background-color: #0093DD;
	color: #FFFFFF;
}

.top_nav_div1_con li:hover a {
	color: #FFFFFF;
}

.top_nav_div1_cont a {
	border-bottom: 1px solid transparent;
}

.top_nav_div1_cont a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
	color: #FFFFFF;
	padding-bottom: 0 !important;
}

.top_nav_div1_con li>p {
	font-size: 24px;
	font-weight: 600;
	height: 80px;
	line-height: 70px;
	border-bottom: 1px solid #000000;
	width: 80%;
	margin: auto;
}

.top_nav_div1_cont {
	height: 160px;
	line-height: 25px !important;
	padding: 20px 0;
}

.top_nav_div1_cont p {
	line-height: 20px;
	display: inline-flex;
	margin: 0px 20px 16px 20px;
}

.top_nav_div1_cont p:hover {
	text-decoration: none;
	box-shadow: 0 1px;
	color: #0093DD;
}


.top_nav_con_right a:hover {
	color: #0093DD;
	padding-bottom: 50px;
}

.top_nav_con_right a:hover+.top_nav_div {
	transition: all 0.4s;
	height: 155px !important;
}

.top_nav_div:hover {
	transition: all 0.4s;
	height: 155px !important;
}

.top_nav_con_right a:hover+.top_nav_div1 {
	transition: all 0.4s;
	height: 400px !important;
}

/* .top_nav_div1:hover {
	transition: all 0.4s;
	height: 400px !important;
} */


/* banner */
.banner:hover .banner_con {
	bottom: 0;
}


.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 110px;
	background-color: #FFFFFF;
}

.banner_bg {
	width: 100%;
	height: 700px;
	margin-top: 110px;
}

.banner_bg1 {
	width: 100%;
	height: 665px;
	margin-top: 110px;
}

.banner_bg2 {
	width: 100%;
	height: 450px;
}

.banner_carousel {
	text-align: center;
}

.banner_carousel img {
	width: 100%;
	height: auto;
	margin: auto;
}

.banner_bg_con {
	width: 1200px;
	margin: auto;
	text-align: center;
	color: #FFFFFF;
}

.banner_bg_con p {
	font-size: 36px;
	padding: 50px 0 10px 0;
	font-weight: 600;
}

.banner_bg_con p span {
	font-weight: 500;
}

.banner_bg_con>span {
	font-size: 24px;
}

.banner_bg4_con {
	width: 1200px;
	margin: auto;
	text-align: center;
	color: #FFFFFF;
}

.banner_bg4_con p {
	font-size: 36px;
	padding: 300px 0 10px 0;
}

.banner_bg4_con span {
	font-size: 24px;
}

.banner_con {
	position: absolute;
	bottom: -120px;
	width: 100%;
	height: 120px;
	transition: all 0.4s;
	background: url(../static/img/bannercon.png);
}

.banner_content {
	width: 1200px;
	margin: auto;
	height: 120px;
}

.banner_content div {
	cursor: pointer;
	width: 25%;
	height: 120px;
	float: left;
	color: #FFFFFF;
}

.banner_content_item {
	text-align: left;
}

.banner_content_item h1 {
	font-size: 20px;
	margin: 18px 0 14px 20%;
}

.banner_content_item h5 {
	font-size: 15px;
	padding: 0 0 0 20%;
	display: block;
}

.banneractive {
	background: url(../static/img/bannercon.png);
}


.banner_content_item:hover {
	background: url(../static/img/bannercon.png);
}

/* banner2 */
.banner2 {
	width: 100%;
	height: 450px;
	margin-top: 110px;
}

.banner2_con {
	width: 1200px;
	height: auto;
	margin: auto;
	text-align: center;
	padding: 180px 0;
}

.banner2_con1 {
	font-size: 38.09px;
	color: #FFFFFF;
}

.banner2_con2 {
	font-size: 22px;
	color: #FFFFFF;
}

.aboutus_banner {
	width: 100%;
	height: 450px;
	margin-top: 110px;
}

.cus_banner {
	background: url(../static/img/customercase.jpg) no-repeat center;
	width: 100%;
	height: 450px;
	margin-top: 110px;
}

.banner3 {
	width: 100%;
	height: 300px;
	margin-top: 110px;
}

.banner3_con {
	width: 1200px;
	height: auto;
	margin: auto;
	text-align: center;
	padding: 110px 0;
}

/* 名联服务 */
.server_banner {
	width: 100%;
	height: auto;
	margin-top: 110px;
}

.server_banner img {
	width: 100%;
	height: auto;
}

.service {
	width: 100%;
	background-color: #FFFFFF;
}

.service_con {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}

.service_con_top {
	width: 100%;
	height: 100px;
	text-align: center;
	padding-top: 65px;
	margin-bottom: 26px;
}

.service_con_top_name1 {
	font-size: 36px;
}

.service_con_top_name2 {
	font-size: 30px;
	color: #0093dd;
	font-weight: 500;
}

.service_con_top_name2_class {
	font-size: 30px;
	color: #0093DD;
	font-weight: 600;
}

.service_con_top_name3 {
	font-size: 14px;
	color: #666666;
	line-height: 40px;
}

.service2 {
	width: 100%;
	background-color: #FFFFFF;
}

.service2_con {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	padding-bottom: 50px;
}

.service2_con_top {
	width: 100%;
	height: 100px;
	text-align: center;
	padding-top: 40px;
}

.service2_con_top_name1 {
	font-size: 30px;
	font-weight: 600;
}

.service2_con_top_name2 {
	font-size: 30px;
	color: #0093dd;
	font-weight: 500;
}

.service2_con_top_name2_class {
	font-size: 30px;
	color: #0093DD;
	font-weight: 600;
}

.service2_con_top_name3 {
	font-size: 14px;
	color: #666666;
	line-height: 40px;
}

.service2_cont li {
	transition: all 0.4s linear;
	color: #FFFFFF;
	width: 230px;
	float: left;
	height: 300px;
	margin: 0 5px;
	border-radius: 5px;
	overflow: hidden;
}

.service2_content {
	position: relative;
}

.service2_content>div {
	float: left;
	height: 300px;
}

.service2_content1 {
	width: 230px;
	position: absolute;
	z-index: 100;
}

.service2_content1_con1 {
	padding: 15px 10px;
}

.service2_content1_con2 {
	padding: 5px 10px;
}

.service2_content1_con3 {
	padding: 20px 10px;
	line-height: 25px;
	font-size: 11px;
}

.service2_content1_right1 {
	transition: all 0.2s linear;
	opacity: 0;
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: #4F9CDB;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	left: 230px;
	top: 140px;
}

.service2_content1_right2 {
	transition: all 0.2s linear;
	opacity: 0;
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: #7B99EE;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	left: 230px;
	top: 140px;
}

.service2_content1_right3 {
	transition: all 0.2s linear;
	opacity: 0;
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: #50D2B7;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	left: 230px;
	top: 140px;
}

.service2_content1_right4 {
	transition: all 0.2s linear;
	opacity: 0;
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: #FDAD73;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	left: 230px;
	top: 140px;
}

.service2_content_div {
	width: 240px;
	position: absolute;
	left: 230px;
	z-index: 99;
	transition: all 0.4s linear;
}

.service2_content_div>div>div {
	display: block;
	cursor: pointer;
	width: 124px;
	text-align: center;
	margin: 15px auto;
	height: 30px;
	line-height: 30px;
	border: 1px solid #FFFFFF;
	transition: all 0.2s;
	border-radius: 3px;
}

.service2_content_div>div>div a {
	color: #FFFFFF;
}

.service2_content_div>div>div:hover {
	background-color: rgba(0, 147, 221, 0.9);
	border: 1px solid rgba(0, 147, 221, 0.9);
}

/* 服务图片的切换 */
.service_con_bot {
	text-align: center;
	color: #333333;
	overflow: hidden;
	margin-bottom: 100px;
}

.service_con_bot li {
	float: left;
	width: 240px;
	height: 200px;
}

.service_con_bot li>div {
	cursor: pointer;
	width: 130px;
	height: 130px;
	margin: 20px auto;
	border-radius: 130px;
	text-align: center;
}

.service_con_bot li>div>div {
	width: 70px;
	height: 70px;
	background-size: 100% 100%;
	margin: auto;
	margin-top: 30px;
}

.service_con_bot_img1 {
	background: url(../static/img/service5.png) no-repeat center;
}

.service_con_bot_img2 {
	background: url(../static/img/service6.png) no-repeat center;
}

.service_con_bot_img3 {
	background: url(../static/img/service7.png) no-repeat center;
}

.service_con_bot_img4 {
	background: url(../static/img/service8.png) no-repeat center;
}

.service_con_bot_img5 {
	background: url(../static/img/service9.png) no-repeat center;
}

.service_con_bot_con1>div {
	border: 1px solid #119DD2;
}

.service_con_bot_con2>div {
	border: 1px solid #2EAFBA;
}

.service_con_bot_con3>div {
	border: 1px solid #5EAA25;
}

.service_con_bot_con4>div {
	border: 1px solid #1A90D0;
}

.service_con_bot_con5>div {
	border: 1px solid #BA86D4;
}

.service_con_bot_con1>div:hover {
	background-color: #119DD2;
}

.service_con_bot_con2>div:hover {
	background-color: #2EAFBA;
}

.service_con_bot_con3>div:hover {
	background-color: #5EAA25;
}

.service_con_bot_con4>div:hover {
	background-color: #1A90D0;
}

.service_con_bot_con5>div:hover {
	background-color: #BA86D4;
}

.service_con_bot span {
	color: #333333;
	font-size: 16px;
	margin-bottom: -10px;
	display: block;
}

.service_con_bot li>div:hover .service_con_bot_img1 {
	background: url(../static/img/service15.png) no-repeat center;
	background-size: 100% 100%;
}

.service_con_bot li>div:hover .service_con_bot_img2 {
	background: url(../static/img/service16.png) no-repeat center;
	background-size: 100% 100%;
}

.service_con_bot li>div:hover .service_con_bot_img3 {
	background: url(../static/img/service17.png) no-repeat center;
	background-size: 100% 100%;
}

.service_con_bot li>div:hover .service_con_bot_img4 {
	background: url(../static/img/service18.png) no-repeat center;
	background-size: 100% 100%;
}

.service_con_bot li>div:hover .service_con_bot_img5 {
	background: url(../static/img/service19.png) no-repeat center;
	background-size: 100% 100%;
}

.service2_con_bot {
	text-align: center;
	color: #333333;
}

.service2_con_bot li {
	cursor: pointer;
	float: left;
	width: 25%;
	height: 450px;
	position: relative;
}

.service2_con_bot li>div {
	width: 40%;
	height: 90px;
	border-radius: 60px;
	margin: 20px 31.5% 10px 31.5%;
	cursor: pointer;
	border-radius: 60px;
}

.service2_con_bot_img1 {
	background: url(../static/img/service1.png) no-repeat center;
	width: 100px;
	height: 100px;
	margin: 100px 50px 0 0px;
}

.service2_con_bot_img2 {
	background: url(../static/img/service2.png) no-repeat center;
	width: 100px;
	height: 100px;
	margin: 100px 50px 0 -5px;
}

.service2_con_bot_img3 {
	background: url(../static/img/service3.png) no-repeat center;
	width: 100px;
	height: 100px;
	margin: 100px 50px 0 0px;
}

.service2_con_bot_img4 {
	background: url(../static/img/service4.png) no-repeat center;
	width: 100px;
	height: 100px;
	margin: 100px 50px 0 0px;
}

.service2_con_bot span {
	color: #303030;
	font-size: 24px;
	line-height: 50px;
}

.service2_con_bot p {
	color: #383838;
	font-size: 14px;
	line-height: 35px;
	padding: 10px 24px 0 24px;
	text-align: center;
}

.service2_con_bot_right {
	font-size: 32px;
	margin: 0 90px !important;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
}

.service2_con_bot li:hover {
	background-color: #0093dd;
}

.service2_con_bot li:hover span {
	color: #FFFFFF;
}

.service2_con_bot li:hover p {
	color: #FFFFFF;
}

.service2_con_bot_con1:hover .service2_con_bot_img1 {
	background: url(../static/img/service11.png) no-repeat center;
}

.service2_con_bot_con2:hover .service2_con_bot_img2 {
	background: url(../static/img/service12.png) no-repeat center;
}

.service2_con_bot_con3:hover .service2_con_bot_img3 {
	background: url(../static/img/service13.png) no-repeat center;
}

.service2_con_bot_con4:hover .service2_con_bot_img4 {
	background: url(../static/img/service14.png) no-repeat center;
}

/* 推荐网站 */
.website {
	background-color: #F7F7F7;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
}

.website_con {
	width: 100%;
	margin: auto;
	overflow: hidden;
	background-color: #FFFFFF;
	padding-bottom: 6em;
}

.website_con li {
	width: 25%;
	float: left;
	position: relative;
	height: auto;
	overflow: hidden;
}

.website_con li img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.website_con li:hover .website_cont {
	height: 40px;
}

.website_cont {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../static/img/bannercon.png);
	width: 100%;
	height: 0;
	color: #FFFFFF;
	text-align: center;
	transition: all 0.2s;
}

.website_cont p {
	height: 40px;
	text-align: left;
	padding: 0 10px;
	font-size: 20px;
	line-height: 40px;
}

.website_cont div {
	width: 84%;
	margin: auto;
	padding: 0 2px;
	background: #FFFFFF;
	overflow: hidden;
	display: inline-block;
	border-radius: 6px;
}

.website_cont a {
	width: 44%;
	display: block;
	padding: 8px 0px;
	font-size: 14px;
	margin: 5px;
}

.website_cont1 {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background: #00489D;
	float: left;
	transition: all 0.5s;
}

.website_cont1:hover {
	background: #032b5a;
	color: #FFFFFF;
}

.website_cont2 {
	border: 1px solid #00489D;
	color: #00489D;
	background: #FFFFFF;
	float: right;
	transition: all 0.5s;
}

.website_cont2:hover {
	background: #00489D;
	color: #FFFFFF;
}


.website_con_bot_more {
	text-align: center;
	border: 1px solid #0093DD;
	width: 200px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	padding: 10px 10px;
	border-radius: 4px;
	margin: auto;
}

.website_con_bot_more:hover {
	background-color: #0093DD;
}

.website_con_bot_more a {
	color: #0093DD;
}

.website_con_bot_more:hover a {
	color: #FFFFFF;
}

/* 小程序 */
.smallprogram {
	width: 100%;
	background-color: #FFFFFF;
}

.smallprogram_con {
	width: 1200px;
	margin: auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 80px;
}

.smallprogram_con li {
	position: relative;
	float: left;
	width: 270px;
	height: 550px;
	text-align: center;
	padding-bottom: 70px;
	margin: 0 15px;
}

.smallprogram_con li>img {
	width: auto;
	height: auto;
}

.smallprogram_con li span {
	font-size: 18px;
	line-height: 70px;
}

.smallprogram_more {
	width: 1200px;
	margin: auto;
	text-align: center;
}

.smallprogram_more a {
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	padding: 10px 20px 10px 20px;
	color: #cccccc;
	border-radius: 6px;
}

.smallprogram_more a:hover {
	border: 1px solid #333;
}

.smallprogram_con_content img {
	width: 240px;
	height: 430px;
	position: absolute;
	top: 30px;
	left: 15px;
}

.smallprogram_ewm {
	opacity: 0;
	text-align: center;
	line-height: 430px;
	width: 240px;
	height: 430px;
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 30px;
	left: 15px;
}

.smallprogram_ewm img {
	width: 160px;
	margin: 100px 40px;
}

.smallprogram_con li:hover .smallprogram_ewm {
	opacity: 1;
	transition: all 0.5s;
}

/* 可开发多种类型平台 */
.multiplatform {
	width: 100%;
	background-color: #f8f8f8;
}

.multiplatform_con {
	width: 1200px;
	margin: auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 60px;
}

.multiplatform_carousel {
	position: relative;
	margin: auto;
	width: 1200px;
	height: 200px;
	text-align: center;
	font-family: Arial;
	color: #FFF;
}

.multiplatform_carousel ul {
	margin: 10px 0;
	padding: 0;
	width: 3600px;
}

.multiplatform_carousel li {
	float: left;
	width: 1200px;
	height: 200px;
	list-style: none;
	line-height: 200px;
	font-size: 36px;
}

.multiplatform_carousel_one {
	background: #9fa8ef;
}

.multiplatform_carousel_two {
	background: #ef9fb1;
}

.multiplatform_carousel_three {
	background: #9fefc3;
}

#multiplatform_carousel_dian {
	position: absolute;
	top: 235px;
	left: 575px;
}

#multiplatform_carousel_dian div {
	float: left;
	margin-right: 12px;
}

.dian {
	width: 12px;
	height: 12px;
	background-color: #cccccc;
	border-radius: 50px;
}

#lbox_left {
	position: absolute;
	top: 50px;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: #007DDB;
}

#lbox_right {
	position: absolute;
	top: 50px;
	right: 0;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: #007DDB;
}

.multiplatform_bot {
	position: relative;
	width: 1200px;
}

.multiplatform_bot_con>ul {
	width: 3600px;
	margin-left: ;
	transition: all 0.6s;
}

.multiplatform_bot_con li {
	margin: 0 10px;
	cursor: pointer;
	position: relative;
	width: 280px;
	height: 360px;
	background-color: #FFFFFF;
	float: left;
}

.multiplatform_bot_con_dian {
	text-align: center;
	margin-left: 0 !important;
	width: 1200px !important;
}

.multiplatform_bot_con_dian li {
	float: none !important;
	display: inline-block;
}

.multiplatform_bot_con_class {
	margin-right: 26px;
}

.multiplatform_bot_con_left {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.5);
	width: 50px;
	height: 50px;
	border-radius: 50px;
	position: absolute;
	top: 160px;
	color: #FFFFFF;
	font-size: 46px;
}

.multiplatform_bot_con_left span {
	margin: 0px 8px;
	line-height: 47px;
}

.multiplatform_bot_con_right {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.5);
	width: 50px;
	height: 50px;
	border-radius: 50px;
	position: absolute;
	top: 160px;
	right: 0;
	color: #FFFFFF;
	font-size: 46px;
}

.multiplatform_bot_con_right span {
	margin: 0px 8px;
	line-height: 47px;
}

.multiplatform_bot_con_left:hover {
	background-color: #0093DD;
}

.multiplatform_bot_con_right:hover {
	background-color: #0093DD;
}

.multiplatform_bot_con_dian .dot {
	background-color: #cccccc;
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	margin-top: 40px;
}

.multiplatform_bot_con_dian .dot-act {
	background-color: #1890ff !important;
}

.multiplatform_bot_con_class1 {
	background: url(../static/img/multiplatform1.png) no-repeat center;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 70px;
	left: 110px;
}

.multiplatform_bot_con_class11 {
	background: url(../static/img/multiplatform2.png) no-repeat center;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 70px;
	left: 110px;
}

.multiplatform_bot_con_class111 {
	background: url(../static/img/multiplatform3.png) no-repeat center;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 70px;
	left: 110px;
}

.multiplatform_bot_con_class1111 {
	background: url(../static/img/multiplatform4.png) no-repeat center;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 70px;
	left: 110px;
}

.multiplatform_bot_con_class2 {
	color: #262626;
	font-size: 18px;
	text-align: center;
	margin: 150px 0 0 0;
}

.multiplatform_bot_con_class3 {
	color: #666666;
	font-size: 14px;
	text-align: center;
	margin: 20px 50px 25px 50px;
}

.multiplatform_bot_con_class4 {
	color: #666666;
	font-size: 14px;
	text-align: center;
	margin: 0 105px;
	position: absolute;
	bottom: 40px;
}

.multiplatform_bot_con>ul>li:hover {
	background: url(../static/img/multiplatformbg.png) no-repeat center;
}

#multiplatform_bot_con_class1:hover .multiplatform_bot_con_class1 {
	background: url(../static/img/multiplatform11.png) no-repeat center;
}

#multiplatform_bot_con_class2:hover .multiplatform_bot_con_class11 {
	background: url(../static/img/multiplatform12.png) no-repeat center;
}

#multiplatform_bot_con_class3:hover .multiplatform_bot_con_class111 {
	background: url(../static/img/multiplatform13.png) no-repeat center;
}

#multiplatform_bot_con_class4:hover .multiplatform_bot_con_class1111 {
	background: url(../static/img/multiplatform14.png) no-repeat center;
}

.multiplatform_bot_con li:hover div {
	color: #FFFFFF;
}

.multiplatform_bot_con_dian li:hover {
	background-color: #0093DD;
}

/* 电商平台优势 */
.e_commerce {
	width: 100%;
	background-color: #FFFFFF;
}

.e_commerce_con {
	width: 1200px;
	margin: auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
}

.e_commerce_con li {
	margin: 5px 5px 5px 5px;
	cursor: pointer;
	width: 228px;
	height: 220px;
	float: left;
	background-color: #FFFFFFF;
	box-shadow: #f6f6f6 0px 0px 3px;
	border: 1px solid rgba(246, 246, 246, 0.4);
}

.e_commerce_con_title {
	text-align: center;
	color: #262626;
	font-size: 18px;
	margin-bottom: 10px;
}

.e_commerce_con_con {
	margin: 0 20px;
	color: #666666;
}

.e_commerce_con_img1 {
	background: url(../static/img/e_commerce1.png) no-repeat center;
	width: 50px;
	height: 50px;
	margin: 32px 90px 12px 90px;
}

.e_commerce_con_img2 {
	background: url(../static/img/e_commerce2.png) no-repeat center;
	width: 50px;
	height: 50px;
	margin: 32px 90px 12px 90px;
}

.e_commerce_con_img3 {
	background: url(../static/img/e_commerce3.png) no-repeat center;
	width: 50px;
	height: 50px;
	margin: 32px 90px 12px 90px;
}

.e_commerce_con_img4 {
	background: url(../static/img/e_commerce4.png) no-repeat center;
	width: 50px;
	height: 50px;
	margin: 32px 90px 12px 90px;
}

.e_commerce_con_img5 {
	background: url(../static/img/e_commerce5.png) no-repeat center;
	width: 50px;
	height: 50px;
	margin: 32px 90px 12px 90px;
}

.e_commerce_con li:hover {
	box-shadow: #e3e3e3 0px 0px 5px;
}

.e_commerce_con li:hover .e_commerce_con_title {
	color: #1990ff;
}

.e_commerce_con li:hover .e_commerce_con_img1 {
	background: url(../static/img/e_commerce11.png) no-repeat center;
}

.e_commerce_con li:hover .e_commerce_con_img2 {
	background: url(../static/img/e_commerce12.png) no-repeat center;
}

.e_commerce_con li:hover .e_commerce_con_img3 {
	background: url(../static/img/e_commerce13.png) no-repeat center;
}

.e_commerce_con li:hover .e_commerce_con_img4 {
	background: url(../static/img/e_commerce14.png) no-repeat center;
}

.e_commerce_con li:hover .e_commerce_con_img5 {
	background: url(../static/img/e_commerce15.png) no-repeat center;
}

/* 立即代理 */
.immediateagency {
	width: 100%;
	background-color: #ececec;
}

.immediateagency_con {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	padding: 80px 0;
}

.immediateagency_con div {
	float: left;
}

.immediateagency_con_left {
	width: 600px;
	height: 400px;
	background-color: #FFFFFF;
	position: relative;
}

.immediateagency_con_right {
	width: 600px;
	height: 400px;
	background-color: #0093DD;
}

.immediateagency_con_right img {
	width: 600px;
	height: 400px;
}

.immediateagency_con_left_con1 {
	font-size: 30px;
	border-left: 3px solid #1890ff;
	padding-left: 15px;
	position: absolute;
	top: 40px;
	left: 30px;
	height: 35px;
}

.immediateagency_con_left_con2 {
	font-size: 14px;
	margin: 0 30px;
	position: absolute;
	top: 100px;
	color: #333333;
	line-height: 25px;
}

.immediateagency_con_left_con3 {
	font-size: 14px;
	margin: 5px 30px 0 30px;
	position: absolute;
	top: 160px;
	color: #333333;
	line-height: 25px;
}

.immediateagency_con_left a {
	position: absolute;
	bottom: 80px;
	left: 30px;
	color: #999999;
	font-size: 16px;
}

.immediateagency_con_left a:hover {
	color: #0093DD;
}

/* 新闻中心 */
.news {
	width: 100%;
	background-color: #FFFFFF;
}

.news_con {
	width: 1200px;
	margin: auto;
	position: relative;
	overflow: hidden;
}

.news_con_t {
	width: 1200px;
	height: auto;
	text-align: center;
	padding: 60px 0 0px 0;
}

.news_con_t_name1 {
	font-size: 30px;
	font-weight: 500;
}

.news_con_t_name2 {
	font-size: 30px;
	color: #0093dd;
	font-weight: 600;
}

.news_con_top ul {
	width: 3600px;
	transition: all 0.6s;
}

.news_con_top li {
	width: 1200px;
	float: left;
}

.news_con_top_tit {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 40px 0px;
}

.news_con_top_tit_class {
	cursor: pointer;
	background-color: #FFFFFF;
	border: 1px solid #F7F7F7;
	text-align: center;
	width: 100px;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	margin: 0 40px;
}

.news_con_top_tit_class:hover {
	background-color: #0093dd;
	color: #FFFFFF;
}

.news_class {
	background-color: #0093dd !important;
	color: #FFFFFF !important;
}

.news_con_top_con {
	width: 1200px;
	height: 450px;
	float: left;
}


.news_con_top_con_left {
	width: 290px;
	height: 360px;
	background-color: #f7f7f7;
	float: left;
	margin-right: 15px;
	position: relative;
	color: #333;
}

.news_con_top_con_left a:hover {
	color: #0093DD;
}

.news_con_top_con_right {
	width: 590px;
	height: 360px;
	background-color: #f7f7f7;
	float: left;
}

.news_con_top_con_left img {
	width: 270px;
	height: 170px;
	margin: 10px 10px;
}

.news_con_top_con_left_title {
	font-size: 18px;
	margin: 10px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 230px;
	color: #000000;
}

.news_con_top_con_left_title:hover {
	color: #0093DD;
}


.news_con_top_con_left_con {
	font-size: 14px;
	margin: 10px 10px;
	overflow: hidden;
	width: 270px;
	line-height: 20px;
	max-height: 40px;
	position: relative;
}

.news_con_top_con_left_con::after {
	content: "...";
	position: absolute;
	bottom: 0;
	right: 3px;
	padding-left: 5px;
	background: -webkit-linear-gradient(left, transparent, #f7f7f7 0%);
	background: -o-linear-gradient(right, transparent, #f7f7f7 0%);
	background: -moz-linear-gradient(right, transparent, #f7f7f7 0%);
	background: linear-gradient(to right, transparent, #f7f7f7 0%);
}

.news_con_top_con_left_bot {
	font-size: 14px;
	position: absolute;
	bottom: 40px;
	left: 10px;
}

.news_con_top_con_left_bot a {
	color: #999999;
}

.news_con_top_con_right_top {
	color: #666666;
	width: 550px;
	margin: auto;
	height: 120px;
	border-bottom: 1px solid #cccccc;
	position: relative;
}

.news_con_top_con_right_top:hover div {
	color: #0093DD;
}

.news_con_top_con_right_top_left1 {
	position: absolute;
	font-size: 64px;
	top: 15px;
	left: 5px;
}

.news_con_top_con_right_top_left2 {
	font-size: 14px;
	position: absolute;
	top: 90px;
	left: 10px;
}

.news_con_top_con_right_top_left3 {
	font-size: 18px;
	position: absolute;
	top: 30px;
	left: 120px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 250px;
}

.news_con_top_con_right_top_left4 {
	font-size: 14px;
	position: absolute;
	top: 60px;
	left: 120px;
	width: 431px;
	overflow: hidden;
	line-height: 20px;
	max-height: 40px;
}

.news_con_top_con_right_top_left4::after {
	content: "...";
	position: absolute;
	bottom: 0;
	right: 4px;
	padding-left: 10px;
	background: -webkit-linear-gradient(left, transparent, #f7f7f7 0%);
	background: -o-linear-gradient(right, transparent, #f7f7f7 0%);
	background: -moz-linear-gradient(right, transparent, #f7f7f7 0%);
	background: linear-gradient(to right, transparent, #f7f7f7 0%);
}

.news_con_top_con_right_bot {
	padding: 5px 0 0 0;
}

.news_con_top_con_right_bot1 {
	margin: 10px 0 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 250px;
}

.news_con_top_con_right_bot2 {
	margin: -15px 20px 0 0;
	float: right;
}

.news_con_top_con_right_bot>div:hover a {
	color: #0093DD;
}

/* 底部 */
.bottom {
	width: 100%;
	overflow: hidden;
	background: url(../static/img/bottombg.jpg) center no-repeat;
}

.bottom a:hover {
	color: #FFFFFF;
}

.bottombg {
	width: 1200px;
	margin: auto;
	text-align: center;
}

.bot_top {
	padding: 4em 0 0 0;
	margin: 0 2%;
	width: 96% !important;
}

.bot_top_con {
	text-align: left;
}

.bot_top_con1 {
	text-align: center;
}

.bot_top_con1 img {
	width: 50%;
}

.bot_top_con2 {
	font-size: 20px;
	color: #FFFFFF;
}

.bot_top_con2 p {
	font-size: 26px;
	margin: -6px 0 0 4px;
}

.bot_top_con3 {
	height: 1px;
}

.bot_top_con4 img {
	width: 100%;
	margin: 2em 0 0 4px;
}

.bot_top_con5 p {
	padding-left: 1em;
}

.bot_top_con5 p a {
	color: #FFFFFF;
	font-size: 20px;
}

.bot_top_con5 ul {
	margin-top: 1em;
	padding-left: 1em;
}

.bot_top_con5 li {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

.bot_top_con5 li a {
	color: #777777;
}

.bot_min_con {
	border-bottom: 1px solid #777777;
	line-height: 80px;
	margin: 0 2%;
	width: 96% !important;
}

.bot_min_con p {
	float: left;
	color: #FFFFFF;
}

.bot_min_con li {
	float: left;
	margin: 0 5px;
}

.bot_min_con a {
	color: #777777;
}

.bot_bot_con {
	line-height: 30px;
	margin: 1em 2%;
	color: #777777;
	width: 96% !important;
}

.bot_bot_con a {
	color: #777777;
}

.bottom1 {
	width: 100%;
	height: auto;
	background-color: #283443;
}

.bottom1 a:hover {
	color: #FFFFFF;
}

.bottom1_con {
	width: 1200px;
	height: auto;
	margin: auto;
}

.bottom1_con_top {
	position: relative;
	width: 100%;
	height: 140px;
	border-bottom: 1px solid #7d7e80;
}

.bottom1_con_top1 {
	position: absolute;
	top: 40px;
	left: 0;
}

.bottom1_con_top1 li {
	float: left;
	color: #7d7e80;
}

.bottom1_con_top1 li a {
	color: #7d7e80;
}

#bottom1_con_top1_class a {
	color: #FFFFFF;
}

.bottom1_con_top2 {
	position: absolute;
	top: 75px;
	color: #7d7e80;
}

.bottom1_con_top2 a {
	color: #7d7e80;
	font-size: 18px;
}

.bottom1_con_top3 {
	position: absolute;
	top: 100px;
	color: #7d7e80;
}

.bottom1_con_top3 a {
	color: #7d7e80;
	font-size: 12px;
}

.bottom1_con_top4 {
	position: absolute;
	top: 100px;
	right: 0px;
	color: #7d7e80;
	font-size: 12px;
}

.bottom1_con_top4 a {
	color: #7d7e80;
	font-size: 12px;
}

.bottom1_con_top5 {
	position: absolute;
	top: 50px;
	right: 0;
}

.bottom1_con_top5 li {
	cursor: pointer;
	float: left;
	width: 25px;
	height: 25px;
	background-color: #1f2833;
	margin-left: 10px;
}

.bottom1_con_top5 img {
	margin: 2px 2px;
}

.bottom1_con_top5_class {
	position: relative;
}

.bottom1_con_top5_ewm {
	display: none;
	width: 80px;
	height: 80px;
	background-color: #FFFFFF;
	position: absolute;
	top: -100px;
	right: -25px;
	text-align: center;
	line-height: 80px;
	font-size: 12px;
}

.bottom1_con_top5_ewm div {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #FFFFFF;
	font-size: 0;
	line-height: 0;
	margin-left: 33px;
}

.bottom1_con_top5 li:hover {
	background-color: #0093DD;
}

.bottom1_con_top5_ewmk:hover+.bottom1_con_top5_ewm {
	display: block;
}

.bottom1_con_bot {
	width: 100%;
	height: 60px;
	line-height: 60px;
}

.bottom1_con_bot1 {
	float: left;
}

.bottom1_con_bot1 li {
	float: left;
	margin-right: 10px;
	color: #7d7e80;
}

.bottom1_con_bot1 a {
	color: #7d7e80;
}

.bottom1_con_bot2 {
	float: right;
}

.bottom1_con_bot2 a {
	color: #7d7e80;
	font-size: 26px;
}


/* 网站建设内容 */
.site_con1 {
	width: 100%;
	height: 800px;
}

.site_cont1 {
	position: relative;
	width: 1200px;
	height: 100%;
	margin: auto;
}

.site_cont_1 {
	position: absolute;
	top: 50%;
	
	transform: translateY(-50%);
	
	width: 500px;
}

.site_cont1_word1 {
	font-size: 38px;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.site_cont1_word2 {
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.site_cont1_word3 {
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 25px;
	line-height: 30px;
}

.site_cont1_word4 {
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 35px;
}

.site_cont1_word5 {
	font-size: 18px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	padding: 10px 60px;
	text-align: center;
	line-height: 20px;
}

.site_cont1_word5:hover {
	color: #FFFFFF;
}

.site_con2 {
	width: 100%;
	height: 800px;
}

.site_cont2 {
	position: relative;
	width: 1200px;
	height: 100%;
	margin: auto;
}

.site_cont_2 {
	position: absolute;
	top: 50%;
	
	transform: translateY(-50%);
	width: 500px;
	right: 0;
}

.site_cont2_word1 {
	font-size: 38px;
	color: #000000;
	margin-bottom: 15px;
}

.site_cont2_word2 {
	font-size: 20px;
	color: #000000;
	margin-bottom: 15px;
}

.site_cont2_word3 {
	font-size: 16px;
	color: #000000;
	margin-bottom: 25px;
	line-height: 30px;
}

.site_cont2_word4 {
	font-size: 16px;
	color: #000000;
	margin-bottom: 35px;
}

.site_cont2_word5 {
	font-size: 18px;
	color: #000000;
	border: 1px solid #000000;
	border-radius: 5px;
	padding: 10px 60px;
	text-align: center;
	line-height: 20px;
}

.site_cont2_word5:hover {
	color: #000000;
}

/* 专属风格设计 and 一站后台管理 and 金牌设计团队*/
.design {
	width: 100%;
	height: 700px;
	position: relative;
}

.design_con {
	width: 1200px;
	height: auto;
	margin: auto;
	position: relative;
}

.design_con img {
	position: absolute;
	right: 0;
}

.design_con1 {
	position: absolute;
	top: 180px;
	left: 50px;
	width: 580px;
	height: 350px;
	background-color: #FFFFFF;
	border-radius: 20px;
	z-index: 20;
}

.design_con2 {
	position: absolute;
	top: 470px;
	left: 40px;
	width: 100px;
	height: 50px;
	background-color: #1572a7;
	border-radius: 20px;
	z-index: 10;
}

.design_con3 {
	position: absolute;
	top: 190px;
	left: 450px;
	width: 160px;
	height: 100px;
	background-color: #1572a7;
	border-radius: 20px;
	z-index: 10;
}

.design_con1_tit {
	font-weight: 600;
	font-size: 30px;
	color: #333333;
	border-bottom: 1px solid #e6e6e6;
	height: 80px;
	line-height: 80px;
	padding-left: 24px;
}

.design_con1_futit {
	font-size: 18px;
	color: #333333;
	padding: 14px 90px 0px 24px;
}

.design_con1_con {
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	padding: 12px 90px 0 24px;
}

.design_con1_con_class {
	font-size: 18px;
}

.design_con1_con p {
	padding: 14px 0;
	line-height: 30px;
	font-size: 15px;
}

.design_con22 {
	position: absolute;
	top: 480px;
	left: 40px;
	width: 100px;
	height: 60px;
	background-color: #0fd179;
	border-radius: 20px;
	z-index: 10;
}

.design_con33 {
	position: absolute;
	top: 170px;
	left: 450px;
	width: 190px;
	height: 120px;
	background-color: #0fd179;
	border-radius: 20px;
	z-index: 10;
}

.goldmedal {
	width: 100%;
	height: 700px;
}

.goldmedal_con2 {
	position: absolute;
	top: 480px;
	left: 40px;
	width: 100px;
	height: 60px;
	background-color: #8e67f5;
	border-radius: 20px;
	z-index: 10;
}

.goldmedal_con3 {
	position: absolute;
	top: 170px;
	left: 450px;
	width: 190px;
	height: 110px;
	background-color: #8e67f5;
	border-radius: 20px;
	z-index: 10;
}

/* 品牌化页面设计 */
.branding {
	width: 100%;
	height: 800px;
}

.branding_con {
	width: 1200px;
	margin: auto;
	text-align: center;
	color: #FFFFFF;
}

.branding_tit {
	font-size: 36px;
	padding: 60px 0 10px 0;
}

.branding_tit1 {
	font-size: 16px;
	padding: 10px 0;
}

.branding_con_con {
	text-align: left;
	position: relative;
}

.branding_con_con>div {
	width: 400px;
	float: left;
}

.branding_con_con img {
	width: 360px;
	height: auto;
	margin: 30px 20px;
	position: absolute;
	bottom: -600px;
}

.branding_con_con1 {
	padding: 20px 20px 100px 20px;
}

.branding_con_con1 div {
	font-size: 16px;
	line-height: 32px;
}

.branding_con_con1_tit {
	font-size: 24px !important;
}

.branding_con1_con {
	text-align: left;
	position: relative;
}

.branding_con1_con>div {
	width: 300px;
	float: left;
}

.branding_con1_con img {
	width: 260px;
	height: auto;
	margin: 0 20px;
	position: absolute;
	bottom: -500px;
}

.branding_con1_con1 {
	padding: 20px 20px 40px 20px;
}

.branding_con1_con1 div {
	font-size: 16px;
	line-height: 32px;
}

.branding_con1_con1_tit {
	font-size: 24px !important;
}

/* 标准功能自由定制 */
.standardfree {
	width: 100%;
	height: auto;
	background-color: #0FD17A;
}

.standardfree_con {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: auto;
	text-align: center;
	color: #FFFFFF;
}

.standardfree_tit1 {
	font-size: 36px;
	padding: 60px 0 10px 0;
}

.standardfree_tit2 {
	font-size: 16px;
}

.standardfree_cont>div {
	height: 500px;
	padding: 60px 20px;
	position: relative;
	float: left;
	width: 560px;
	text-align: left;
}

.standardfree_cont1 {
	font-size: 24px;
	padding: 0 50px 0 0;
}

.standardfree_cont2 {
	font-size: 16px;
	padding: 0 50px 0 0;
}

.standardfree_cont>div img {
	position: absolute;
	bottom: 60px;
}

/* 网站安全部署 */
.security {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 80px;
	background-color: #FFFFFF;
}

.security ul {
	border: 0px !important;
}

.security_con {
	width: 1200px;
	height: auto;
	margin: auto;
}

.security_con_tit {
	padding: 40px 0 60px 0;
	color: #119dd2;
	font-size: 36px;
	text-align: center;
}

.security_con_tit span {
	color: #119dd2;
	font-size: 36px;
	font-weight: 800;
}

.security_con_tit p {
	font-size: 16px;
	color: #666;
	margin-top: 12px;
}

.security_con_con {
	width: 1200px;
}

.security_con_con li {
	float: left;
	width: 300px;
	height: 300px;
	background-color: #F7F7F7;
	padding: 0 !important;
	border-top: 0 !important;
}

.security_con_con img {
	width: 300px;
	height: 300px;
}

.security_con_con_tit {
	color: #333333;
	font-size: 24px;
	padding: 48px 20px 26px 26px;
	font-weight: 600;
}

.security_con_con_con {
	color: #666666;
	font-size: 16px;
	padding: 0 20px 20px 26px;
	line-height: 30px;
	text-align: justify;
}

/* 立体式品牌营销 and 搜索排名靠前*/
.stereoscopic {
	width: 100%;
	height: 835px;
}

.stereoscopic_con {
	width: 1200px;
	margin: auto;
	height: 630px;
	padding: 100px 0;
}

.stereoscopic_con>div {
	float: left;
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#33000000, endcolorstr=#33000000)
}

.stereoscopic_con_con1 {
	width: 377px;
	font-size: 24px;
	color: #333333;
	text-align: center;
	padding: 115px 0 0 0;
}

.stereoscopic_con_con2 {
	width: 377px;
	font-size: 14px;
	color: #a8a8a8;
	text-align: center;
	padding: 5px 0 0 0;
}

.stereoscopic_con_con3 {
	width: 377px;
	font-size: 24px;
	color: #333333;
	text-align: center;
	padding: 140px 0 0 0;
}

.stereoscopic_con_con4 {
	font-size: 16px;
	color: #666;
	text-align: center;
	padding: 20px 20px 0 20px;
}

.stereoscopic_con_con5 {
	width: 790px;
	font-size: 32px;
	color: #666666;
	text-align: left;
	padding: 60px 0px 0 50px;
}

.stereoscopic_con_con6 {
	width: 790px;
	font-size: 40px;
	color: #8E5AE0;
	text-align: left;
	padding: 10px 0 0 50px;
	font-weight: 700;
}

.stereoscopic_con_con7 {
	width: 790px;
	font-size: 16px;
	color: #666666;
	text-align: left;
	padding: 10px 0px 0 50px;
	line-height: 30px;
}

.stereoscopic_con_con8 {
	font-size: 14px;
	color: #a8a8a8;
	text-align: center;
	padding: 0 30px;
	line-height: 22px;
}

.stereoscopic_con_con9 {
	font-size: 24px;
	color: #333333;
	text-align: center;
	padding: 120px 0px 5px 0px;
}

.stereoscopic_con_con10 {
	width: 790px;
	font-size: 40px;
	color: #8E5AE0;
	text-align: left;
	padding: 50px 0 0 40px;
	font-weight: 700;
}

.stereoscopic_con_con11 {
	width: 790px;
	font-size: 24px;
	color: #666666;
	text-align: left;
	padding: 10px 0 0 40px;
	line-height: 34px;
}

.stereoscopic_con_con12 {
	font-size: 16px;
	color: #666666;
	text-align: left;
	padding: 10px 260px 0 40px;
	line-height: 26px;
}

.stereoscopic_con ul {
	width: 377px;
	text-align: center;
	margin-top: 30px;
	margin-left: 20px;
}

.stereoscopic_con li {
	float: left;
	font-size: 16px;
	margin: 0 10px;
	color: #666;
}

.stereoscopic_con1 {
	width: 377px;
	height: 300px;
	margin: 0 30px 30px 0;
}

.stereoscopic_con2 {
	width: 377px;
	height: 300px;
	margin: 0 30px 30px 0
}

.stereoscopic_con3 {
	width: 377px;
	height: 300px;
}

.stereoscopic_con4 {
	width: 377px;
	height: 300px;
	margin-right: 30px;
}

.stereoscopic_con5 {
	width: 790px;
	height: 300px;
}

/* 成功案例 */
.successfulcase {
	width: 100%;
	height: auto;
	background-size: 100% 100% !important;
}

.successfulcase_con {
	width: 1200px;
	height: auto;
	margin: auto;
	text-align: center;
	padding: 0px 0 60px 0;
	position: relative;
}

.successfulcase_carousel {
	width: 1200px;
	position: absolute;
	top: -200px;
}


.successfulcase_carousel>div>div {
	border-radius: 50px;
	width: 100px;
	height: 100px;
	transition: all 0.5s;
}

.successfulcase_carousel p {
	width: 100px;
	font-size: 16px;
	margin-top: 15px;
	transition: all 0.4s;
}

.succar {
	float: left;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 23px;
	transition: all 0.2s;
}

.font_yuan {
	border: 2px solid #FFFFFF;
	position: relative;
	transition: all 0.2s;
}

.succarr {
	display: none;
	overflow: hidden;
}

.successfulcase_cont1 {
	font-size: 30px;
	color: #333333;
	padding: 70px 0 0px 0;
	font-weight: 600;
}

.successfulcase_cont2 {
	font-size: 20px;
	font-weight: 600;
	color: #666666;
}

.successfulcase_cont3 {
	width: 1000px;
	height: 450px;
	float: right;
	margin-top: 44px;
	margin-bottom: 80px;
}

.successfulcase_cont4 {
	width: 540px;
	height: 180px;
	background-color: rgba(0, 147, 221, 0.9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E50093DD, endColorstr=#E50093DD);
	position: absolute;
	top: 250px;
	color: #FFFFFF;
	font-size: 16px;
	padding: 60px 30px;
	text-align: justify;
	line-height: 36px;
}



.successfulcase_con_top {
	font-size: 36px;
	font-weight: 600;
	padding-top: 68px;
	padding-bottom: 46px;
}

.successfulcase_con_cen {
	overflow: hidden;
}

.successfulcase_con_cen>a>div {
	float: left;
	overflow: hidden;
	position: relative;
	width: 360px;
	height: 250px;
	margin: 0 20px;
}

.successfulcase_one {
	position: absolute;
}

.successfulcase_one img {
	width: 100%;
	transition: all 0.4s;
}

.successfulcase_two {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	transition: all 0.4s;
}

.successfulcase_two img {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	filter: "alpha(opacity=0)";
	margin-top: -25px;
	transition: all 0.4s;
}

.successfulcase_con_cen>a>div:hover .successfulcase_one img {
	transform: scale(1.1);
}

.successfulcase_con_cen>a>div:hover .successfulcase_two {
	background-color: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
}

.successfulcase_con_cen>a>div:hover .successfulcase_two img {
	opacity: 1;
	filter: "alpha(opacity=100)";
}



.successfulcase_con1_cen {
	overflow: hidden;
}

.successfulcase_con1_cen>a>div {
	float: left;
	overflow: hidden;
	position: relative;
	width: 300px;
	height: 208px;
}

.successfulcase1_one {
	position: absolute;
}

.successfulcase1_one img {
	width: 100%;
	transition: all 0.4s;
}

.successfulcase1_two {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	transition: all 0.4s;
}

.successfulcase1_two img {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	filter: "alpha(opacity=0)";
	margin-top: -25px;
	transition: all 0.4s;
}

.successfulcase_con1_cen>a>div:hover .successfulcase1_one img {
	transform: scale(1.1);
}

.successfulcase_con1_cen>a>div:hover .successfulcase1_two {
	background-color: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
}

.successfulcase_con1_cen>a>div:hover .successfulcase1_two img {
	opacity: 1;
	filter: "alpha(opacity=100)";
}


.successfulcase_con_bot a {
	width: 150px;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #CCCCCC;
	color: #666;
	margin: 50px auto 20px auto;
	transition: all 0.4s;
}


.successfulcase_con_bot a:hover {
	border: 1px solid #0093DD;
	background-color: #0093DD;
	color: #FFFFFF;
}



/* 可靠盈利系统 and 功能丰富·自由定制 and 电商建站服务*/
.reliable {
	width: 100%;
	height: 700px;
	background: url(../static/img/marketing2.png) no-repeat center;
	background-size: 110% 110%;
	background-position-x: 50%;
}

.reliable1 {
	width: 100%;
	height: 800px;
	background: url(../static/img/designbanner.jpg) no-repeat center;
	background-size: 100% 100%;
}

.reliable_con {
	width: 1200px;
	height: 800px;
	margin: auto;
	text-align: center;
}

.reliable_con_top {
	color: #4c4c4c;
	font-size: 36px;
	padding: 60px 0;
}

.reliable_con_top span {
	font-size: 16px;
	color: #666666;
}

.reliable_con_bot {
	width: 1200px;
	padding: 30px 0 0 0;
}

.reliable_con_bot>div {
	width: 360px;
	height: 175px;
	background: url(../static/img/marketing2.png) no-repeat center;
	float: left;
	border-radius: 20px;
	border: 1px solid #FFFFFF;
	box-shadow: 0 0 10px #E4E4E4;
	margin-bottom: 50px;
}

.reliable_con_bot_class {
	margin-right: 55px;
}

.reliable_con_bot_class1 {
	font-size: 20px;
	color: #119dd2;
	width: 320px;
	padding: 30px 20px 10px 20px;
	text-align: left;
	font-weight: 600;
}

.reliable_con_bot_class2 {
	font-size: 16px;
	color: #666666;
	width: 320px;
	padding: 0px 20px 20px 20px;
	text-align: left;
	line-height: 30px;
}

.reliable_con_top1 {
	color: #4c4c4c;
	font-size: 36px;
	padding: 60px 0;
}

.reliable_con_top1 span {
	font-size: 16px;
	color: #666666;
}

.reliable1_con_top1 {
	color: #FFFFFF;
	font-size: 36px;
	padding: 60px 0;
}

.reliable1_con_top1 span {
	font-size: 16px;
	color: #FFFFFF;
}

.onlinere_zao {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.02);
}

.onlinere_con {
	text-align: center;
	width: 1200px;
	margin: auto;
}

.onlinere_tit1 {
	font-size: 36px;
	color: #4c4c4c;
	padding: 60px 0 10px 0;
}

.onlinere_tit2 {
	font-size: 16px;
	color: #666666;
}

.onlinere_con_con li {
	cursor: pointer;
	float: left;
	border-radius: 260px;
	width: 260px;
	height: 260px;
	margin: 150px 20px 10px 20px;
	background: url(../static/img/onlinere2.png) no-repeat;
	background-size: 100% 100%;
}

.onlinere_con_con li div {
	padding: 85px 0;
	line-height: 35px;
}

.onlinere_con_con span {
	color: #666666;
	font-size: 48px;
}

.onlinere_con_con p {
	color: #666666;
	font-size: 18px;
}

.onlinere_con_con li:hover {
	background: url(../static/img/onlinere1.png) no-repeat;
}

.onlinere_con_con li:hover span {
	font-weight: 600;
	color: #333333;
}

/* 名联手机建站优势 */
.minglianadvantage {
	width: 100%;
	height: auto;
}

.minglianadvantage_con {
	width: 1200px;
	height: auto;
	margin: auto;
	padding-bottom: 600px;
}

.minglianadvantage_con_top {
	text-align: center;
	padding: 60px 0 40px 0;
}

.minglianadvantage_con_top1 {
	color: #333333;
	font-weight: 600;
	font-size: 36px;
	padding-bottom: 10px;
}

.minglianadvantage_con_top2 {
	color: #333333;
	font-size: 16px;
}

.minglianadvantage_con_bot>div {
	cursor: pointer;
	width: 340px;
	height: 500px;
	float: left;
	position: relative;
}

.minglianadvantage_con_bot_class {
	margin-right: 90px;
}

.minglianadvantage_con_bot>div:hover {
	box-shadow: 0px 5px 10px #CCCCCC;
}

.minglianh5 {
	width: 100%;
	background-color: #0093DD;
}

.minglianh5_con {
	margin: auto;
	width: 1200px;
	height: 780px;
}

.minglianh5_con_top1 {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 36px;
	padding-bottom: 10px;
}

.minglianh5_con_top2 {
	color: #FFFFFF;
	font-size: 16px;
}

.minglianh5_con_top {
	text-align: center;
	padding: 60px 0 40px 0;
}

.minglianh5_con_bot>div {
	width: 340px;
	height: 550px;
	background-color: #FFFFFF;
	float: left;
	border-radius: 20px;
}

.minglianadvantage_con_bot_top {
	width: 340px;
	height: 90px;
	line-height: 95px;
	text-align: center;
	font-size: 24px;
	color: #666666;
	border-bottom: 1px solid #e6e6e6;
}

.list {
	width: 200px;
	height: 280px;
	overflow: hidden;
	transform: rotate(120deg);
	position: absolute;
	left: 85px;
	top: 20px;
}

.list_child {
	width: 100%;
	height: 100%;
	overflow: hidden;
	transform: rotate(-60deg);
}

.list_child_child {
	width: 100%;
	height: 90%;
	overflow: hidden;
	transform: rotate(-60deg);
	background: url(../static/img/b3.jpg) no-repeat center;
	background-size: 100% 100%;
}

.minglianadvantage_title {
	font-size: 18px;
	color: #333333;
	text-align: center;
	padding: 300px 20px 10px 20px;
}

.minglianadvantage_title_con {
	font-size: 14px;
	color: #666666;
	text-align: center;
	padding: 0 40px 20px 40px;
	line-height: 30px;
}

/* 名联H5活动站定制 */
.minglianh5 {
	background: url(../static/img/h5.jpg) no-repeat center;
	background-size: 100% 100%;
	height: 800px;
	width: 100%;
}

.minglianh5con {
	padding: 10px 0;
}

.minglianh5con>div {
	width: 120px;
	height: 130px;
	float: left;
	margin: 0px 0 15px 35px;
}

.minglianh5con_img {
	width: 80px;
	height: 80px;
	border-radius: 15px;
	margin: 10px 20px 5px 20px;
}

.minglianh5con_img img {
	width: 80px;
	height: 80px;
}

.minglianh5con_word {
	text-align: center;
	font-size: 14px;
	color: #666666;
	padding: 0px 10px;
	line-height: 25px;
}

/* 开发优势 */
.h5advantage {
	background: url(../static/img/h5advantage1.jpg) no-repeat center;
	background-size: 100% 100%;
	width: 100%;
	height: 900px;
}

.h5advantage_con {
	width: 1200px;
	height: 900px;
	margin: auto;
	position: relative;
}

.h5advantage_tit {
	text-align: center;
	font-size: 36px;
	color: #333333;
	padding: 60px 0;
	font-weight: 600;
}

.h5advantage_con1 {
	position: absolute;
	top: 485px;
	left: 25px;
	color: #26c6da;
	font-size: 36px;
	line-height: 70px;
}

.h5advantage_con2 {
	position: absolute;
	top: 285px;
	left: 255px;
	color: #26c6da;
	font-size: 36px;
	line-height: 70px;
}

.h5advantage_con3 {
	position: absolute;
	top: 285px;
	left: 750px;
	color: #26c6da;
	font-size: 36px;
	line-height: 70px;
}

.h5advantage_con4 {
	position: absolute;
	top: 485px;
	left: 940px;
	color: #26c6da;
	font-size: 36px;
	line-height: 70px;
}

/* 开发流程 */
.h5process {
	background: url(../static/img/h5advantage2.jpg) no-repeat center;
	background-size: 100% 100%;
	width: 100%;
	height: 900px;
}

.h5process_con {
	width: 1200px;
	height: 900px;
	margin: auto;
	position: relative;
}

.h5process_tit {
	text-align: center;
	font-size: 36px;
	color: #FFFFFF;
	padding: 60px 0;
	font-weight: 600;
}

.h5process_con_con {
	color: #FFFFFF;
	font-size: 26px;
}

.h5process_con1 {
	position: absolute;
	top: 380px;
	left: 70px;
	padding-bottom: 40px;
}

.h5process_con2 {
	position: absolute;
	top: 515px;
	left: 215px;
	padding-top: 40px;
}

.h5process_con3 {
	position: absolute;
	top: 380px;
	left: 355px;
	padding-bottom: 40px;
}

.h5process_con4 {
	position: absolute;
	top: 510px;
	left: 500px;
	padding-top: 40px;
}

.h5process_con5 {
	position: absolute;
	top: 355px;
	left: 610px;
	padding-bottom: 40px;
}

.h5process_con6 {
	position: absolute;
	top: 475px;
	left: 760px;
	padding-top: 40px;
}

.h5process_con7 {
	position: absolute;
	top: 355px;
	left: 895px;
	padding-bottom: 40px;
}

.h5process_con8 {
	position: absolute;
	top: 480px;
	left: 1045px;
	padding-top: 40px;
}

.h5process_con_con>div {
	cursor: pointer;
}

.h5process_con_con>div>div {
	opacity: 0;
	height: 100%;
	float: left;
	top: -130px;
	left: -120px;
	padding: 20px 10px;
	color: #000000;
	font-size: 18px;
	position: absolute;
	width: 320px;
	background-color: #FFFFFF;
	border-radius: 20px;
}

.h5process_con_con>div>div img {
	margin: 15px 10px;
}

.h5process_con_con>div>div>div {
	margin-left: 70px;
	margin-top: -65px;
}

.h5process_con2>div {
	top: 90px !important;
	left: -110px !important;
}

.h5process_con4>div {
	top: 90px !important;
	left: -110px !important;
}

.h5process_con6>div {
	top: 90px !important;
	left: -110px !important;
}

.h5process_con8>div {
	top: 90px !important;
	left: -110px !important;
}

.h5process_con_con>div:hover div {
	transition: all 0.4s;
	opacity: 1;
}

/* 移动开发 */
.mobiledevelopment {
	width: 100%;
}

.mobiledevelopment_con {
	width: 1200px;
	margin: auto;
	text-align: center;
}

.mobiledevelopment_con1 {
	color: #333333;
	font-size: 48px;
}

.mobiledevelopment_con2 {
	color: #a8a8a8;
	font-size: 14px;
}

.mobiledevelopment_con_top {
	padding: 40px 0;
}

.mobiledevelopment_con_content {
	width: 1200px;
	height: 300px;
}

.mobiledevelopment_con_content>div {
	float: left;
	width: 400px;
	height: 300px;
}

.mobiledevelopment_con_content1 {
	margin: 10px 140px 0px 140px;
	width: 120px;
	height: 120px;
	border-radius: 100px;
	background-color: #FFFFFF;
	border: 2px solid #cccccc;
}

.mobiledevelopment_con_content2 {
	margin: 10px 50px 5px 50px;
	font-size: 20px;
	color: #333333;
}

.mobiledevelopment_con_content3 {
	font-size: 20px;
	color: #333333;
	margin-bottom: 10px;
}

.mobiledevelopment_con_content4 {
	font-size: 14px;
	color: #666666;
	margin: 0px 50px;
}

.mobiledevelopment_img1 {
	width: 80px;
	height: 80px;
	background: url(../static/img/mobiledevelopment1.png) no-repeat center;
	margin: 20px 20px;
}

.mobiledevelopment_img2 {
	width: 80px;
	height: 80px;
	background: url(../static/img/mobiledevelopment2.png) no-repeat center;
	margin: 20px 20px;
}

.mobiledevelopment_img3 {
	width: 80px;
	height: 80px;
	background: url(../static/img/mobiledevelopment3.png) no-repeat center;
	margin: 20px 20px;
}

.mobiledevelopment_con_content1:hover {
	background-color: #0093DD;
}

#mobiledevelopment_img1:hover .mobiledevelopment_img1 {
	background: url(../static/img/mobiledevelopment11.png) no-repeat center;
}

#mobiledevelopment_img2:hover .mobiledevelopment_img2 {
	background: url(../static/img/mobiledevelopment12.png) no-repeat center;
}

#mobiledevelopment_img3:hover .mobiledevelopment_img3 {
	background: url(../static/img/mobiledevelopment13.png) no-repeat center;
}

.mobiledevelopment2 {
	width: 100%;
	height: 673px;
	background: url(../static/img/mobile2.jpg) no-repeat center;
}

.mobiledevelopment2_con {
	width: 1200px;
	margin: auto;
	text-align: center;
}

.mobiledevelopment2_con_content {
	text-align: left;
	padding: 50px 0;
}

.mobiledevelopment2_con_content1 {
	color: #333333;
	font-size: 25.38px;
	margin-bottom: 20px;
}

.mobiledevelopment2_con_content2 {
	color: #666666;
	font-size: 17.77px;
	line-height: 30px;
}

.mobiledevelopment3 {
	width: 100%;
	height: 673px;
	background: url(../static/img/mobile3.jpg) no-repeat center;
}

.mobiledevelopment3_con {
	width: 1200px;
	margin: auto;
	text-align: center;
}

.mobiledevelopment3_con_content {
	text-align: left;
	padding: 170px 0 50px 630px;
}

.mobiledevelopment3_con_content1 {
	color: #333333;
	font-size: 25.38px;
	margin-bottom: 10px;
}

.mobiledevelopment3_con_content2 {
	color: #666666;
	font-size: 17.77px;
	margin-bottom: 10px;
}

.mobiledevelopment3_con_content3 {
	color: #666666;
	font-size: 17.77px;
	line-height: 30px;
}

/* 集团/公司 */
.successfulcase {
	background-color: #f7f7f7;
}

.group_bot {
	cursor: pointer;
	margin: auto;
	text-align: center;
	width: 160px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #cccccc;
	margin-top: 60px;
	position: relative;
	color: #cccccc;
}

.group_bot span {
	font-size: 18px;
	padding-left: 10px;
}

.group_bot:hover {
	color: #0093DD;
	border: 1px solid #0093DD;
}

/* 功能介绍 */
.functionintroduction {
	width: 100%;
	height: 350px;
	background-color: ;
}

.functionintroduction_con {
	width: 1200px;
	margin: auto;
	text-align: center;
	position: relative;
}

.functionintroduction_con1 {
	font-size: 30px;
	color: #333333;
	margin: 30px 0;
}

.functionintroduction_con2 {
	position: absolute;
	left: 300px;
	top: 90px;
}

.functionintroduction_con2>div {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	float: left;
	margin-right: 150px;
	position: relative
}

.functionintroduction_con2 img {
	width: 100px;
	height: 100px;
}

.functionintroduction_con2>div>div {
	position: absolute;
	top: 110px;
	left: 30px;
	font-size: 24px;
	color: #0093DD;
}

/* 营销推广服务介绍 */
.marketingpromotion {
	width: 100%;
	overflow: hidden;
	text-align: center;
	background-color: #FFFFFF;
	padding: 60px 0;
}

.marketingpromotion_tit {
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 20px 0;
}

.marketingpromotion_con {
	width: 1200px;
	margin: auto;
}

.marketingpromotion_con>div {
	cursor: pointer;
	width: 48%;
	float: left;
	height: 160px;
	color: #4D4D4D;
	background-color: #F7F7F7;
	margin: 10px 12px;
}

.marketingpromotion_content1 {
	width: 69%;
	height: auto;
	text-align: left;
	font-size: 24px;
	padding: 25px 15px 25px 25px;
	float: left;
}

.marketingpromotion_content1 p {
	font-size: 14px;
	line-height: 26px;
	margin-top: 10px;
}

.marketingpromotion_content2 {
	width: 20%;
	float: left;
	height: 160px;
	line-height: 160px;
	text-align: left;
}

.marketingpromotion_content2 span {
	display: contents;
	font-size: 100px !important;
}

.marketingpromotion_con>div:hover {
	background-image: linear-gradient(to right, #188CC7, #18A9C7);
	color: #FFFFFF;
}

/* 行业服务优势*/
.serviceadvantages {
	display: none;
	width: 100%;
	height: auto;
	background: url(../static/img/industrysolutions3.jpg) no-repeat center;
	background-size: 100% 100%;
}

.serviceadvantages_con {
	width: 1200px;
	height: auto;
	margin: auto;
	text-align: center;
}

.serviceadvantages_con_top {
	font-size: 36px;
	height: 200px;
	line-height: 200px;
	color: #FFFFFF;
}

.serviceadvantages_con_bot {
	width: 1200px;
	height: 500px;
	padding: 0px 0 80px 0;
}

.serviceadvantages_con_bot>div {
	width: 300px;
	height: 500px;
	float: left;
	background-color: #FFFFFF;
}

.serviceadvantages_con_bot_con1 {
	width: 300px;
	height: 170px;
	background-size: 100% 100% !important;
}

.serviceadvantages_con_bot_con2 {
	font-size: 28px;
	color: #0093DD;
	text-align: left;
	padding: 40px 0 20px 20px;
}

.serviceadvantages_con_bot_con2 span {
	color: #333333;
}

.serviceadvantages_con_bot_con3 {
	width: 260px;
	padding: 0 20px 0 20px;
	text-align: left;
	line-height: 24px;
}

.serviceadvantages_con_bot>div:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	z-index: 99;
	position: relative
}

/* 精品案例 and 新闻中心 导航条 */
.customercase {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
}

.customercase_tit {
	width: 1200px;
	margin: auto;
	text-align: left;
	padding: 15px 0;
	font-size: 20px;
}

.customercase_con {
	width: 1200px;
	overflow: hidden;
	margin: auto;
	padding: 20px 0;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

.customercase_con div {
	cursor: pointer;
	float: left;
	color: #666666;
	height: 40px;
	border: 1px solid transparent;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	border-radius: 10px;
	padding: 0 21px;
	margin: 5px;
}

#customercase_con1 {
	color: #0093DD;
	border: 1px solid #0093DD;
}

.customercase_con div:hover {
	color: #0093DD;
	border: 1px solid #0093DD;
}

/* 精品案例内容条 */
.customercasecontent {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
}

.customercasecontent_con {
	position: relative;
	width: 1200px;
	height: auto;
	margin: auto;
	padding: 40px 0;
	overflow: hidden;
}

.customercasecontent_con>a>div {
	margin: 20px 20px 50px 20px;
	position: relative;
	cursor: pointer;
	width: 360px;
	height: 250px;
	float: left;
	overflow: hidden;
	list-style-type: none;
}

.customercasecontent_con>a>div>div {
	width: 360px;
	height: 250px;
}

.customercasecontent_con_one img {
	width: 100%;
	height: 100%;
}

.customercasecontent_con_two {
	position: absolute;
	top: 250;
	background-color: rgba(0, 0, 0, 0.4);
}

.customercasecontent_con_two div {
	margin: -70px 40px 20px 40px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
}

.customercasecontent_con_two img {
	margin: 100px 155px;
}

.customercasecontent_con>a>div:hover .customercasecontent_con_two {
	display: block;
}

.customercasecontent_con>a>div:hover .customercasecontent_con_one img {
	transition: all 0.6s;
	transform: scale(1.1);
}

.customercasecontent_con_bot {
	text-align: center;
}

.customercasecontent_con_bot a {
	color: #808080;
}

.customercasecontent_con_two_qr_code {
	text-align: center;
}

.customercasecontent_con_two_qr_code img {
	height: 60%;
	margin: auto;
	margin-top: 10%;
}

.customercasecontent_con_two_qr_code div {
	margin: 10px 0 0 0;
}


/* 新闻内容条 */
.newscontent {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.newscontent_con {
	position: relative;
	width: 1200px;
	height: auto;
	margin: auto;
	padding: 40px 0;
	overflow: hidden;
}

.newscontent_con li {
	position: relative;
	cursor: pointer;
	width: 580px;
	height: 200px;
	background-color: #f7f7f7;
	float: left;
	margin: 10px 10px 50px 10px;
}

.newscontent_con li:hover {
	box-shadow: 1px 1px 8px #666666;
}

.newscontent_con_left1 {
	position: absolute;
	top: 50px;
	left: 40px;
	font-size: 30px;
	color: #666666;
}

.newscontent_con_left2 {
	position: absolute;
	top: 95px;
	left: 20px;
	font-size: 14px;
	color: #808080;
}

.newscontent_con_right1 {
	position: absolute;
	top: 50px;
	left: 100px;
	font-size: 18px;
	width: 80%;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newscontent_con_right2 {
	position: absolute;
	top: 85px;
	left: 100px;
	width: 35px;
	height: 1px;
	background-color: #333333;
}

.newscontent_con_right3 {
	position: absolute;
	top: 95px;
	left: 100px;
	padding: 0 50px 0 0;
	font-size: 14px;
	color: #808080;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-height: 22px;
	-webkit-box-orient: vertical;
	height: 66px;
}

.newscontent_con_right4 {
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: 18px;
	color: #808080;
}

.newscontent_con_bot {
	width: 1200px;
	text-align: center;
	margin: auto;
}

.newscontent_con_bot a {
	color: #808080;
}

/* 新闻面包屑 */
.newscrumbs {
	width: 100%;
}

.newscrumbs_con {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	line-height: 40px;
	height: 40px;
}

.newscrumbs_con img {
	margin: 13px 5px;
}

.newscrumbs_con>div {
	float: left;
	color: #000000;
	font-size: 12px;
}

.newscrumbs_conright {
	font-size: 16px !important;
	padding: 0 5px;
}

.newscrumbs_con div a {
	color: #000000;
}

.newscrumbs_con a:hover {
	color: #0093DD;
}

/* 新闻内容 */
.newsdet {
	width: 100%;
}

.newsdet_con {
	width: 1200px;
	margin: auto;
}

.newsdet_con_tit {
	width: 1200px;
	font-size: 18px;
	color: #333333;
	text-align: center;
	border-top: 1px solid #a8a8a8;
	height: 70px;
	line-height: 80px;
}

.newsdet_con_time {
	width: 1200px;
	height: 40px;
	line-height: 30px;
	text-align: center;
}

.newsdet_con_time span {
	color: #808080;
	font-size: 14px;
}

.newsdet_con_time2 {
	border-left: 1px solid #808080;
	padding: 0 0 0 5px;
	margin: 0 0 0 10px;
}

.newsdet_con_con {
	width: 1200px;
	line-height: 30px;
	padding: 0 0 30px 0;
}

.newsdet_con_con img {
	max-width: 100%;
}

.newsdet_con_bot {
	position: relative;
	height: 90px;
	line-height: 40px;
	border-top: 1px solid #a8a8a8;
	text-indent: initial;
}

.newsdet_con_botl {
	position: absolute;
	left: 0;
}

.newsdet_con_bot a {
	color: #000000;
}

.newsdet_con_bot a:hover {
	color: #0093DD;
}

.newsdet_con_botr {
	position: absolute;
	right: 0;
}

/* 关于我们 */
.introduce {
	width: 100%;
	overflow: hidden;
	background-color: #FFF;
}

.introduce_tit {
	font-size: 36px;
	text-align: center;
	margin-bottom: 80px;
}

.introduce_con {
	width: 1200px;
	height: auto;
	margin: auto;
	padding: 70px 0;
}

.introduce_con1 {
	float: left;
	width: 46%;
	padding-right: 4%;
	text-align: justify;
	font-size: 24px;
	color: #000000;
}

.introduce_con1 span {
	display: block;
	margin-bottom: 44px;
}

.introduce_con1 p {
	font-size: 14px;
	color: #666;
}

.introduce_con2 {
	font-size: 14px;
	color: #666666;
	width: 50%;
	float: left;
}

.introduce_con2 div {
	background-color: #DBDBDB;
	position: relative;
	height: 375px;
	left: 20px;
	top: -20px;
}

.introduce_con2 img {
	width: 100%;
	position: absolute;
	top: 20px;
	left: -20px;
}

/* 发展历程 */
.aboutus {
	width: 100%;
	background-color: #FFFFFF;
}

.aboutus_con {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: auto;
	text-align: center;
	padding-top: 70px;
	margin-bottom: 50px;
}

.aboutus_tit {
	font-size: 36px;
	text-align: center;
}

.aboutus img {
	width: 100%;
}


/* 荣誉资质 */
.casejump {
	width: 100%;
	background-color: #FFFFFF;
}

.casejump_con {
	margin: auto;
	overflow: hidden;
	padding: 70px 0;
}

.casejump_tit {
	font-size: 36px;
	text-align: center;
	margin-bottom: 70px;
}

.casejump_cont {
	margin: auto;
	padding: 30px;
}

.casejump_cont ul {
	margin-top: 30px;
}

.casejump_cont img {
	transition: all 0.6s;
}

.casejump_cont img:hover {
	transform: scale(1.1);
}



/* 企业文化 */
.corculture {
	width: 100%;
	background-color: #FFFFFF;
	position: relative;
}

.corculture_tit {
	font-size: 36px;
	text-align: center;
	margin-bottom: 50px;
}

.corculture img {
	width: 100%;
}

.corculture_con {
	position: absolute;
	top: 220px;
	left: 55%;
}

.corculture_con div {
	font-size: 24px;
	color: #FFFFFF;
}

.corculture_con p {
	font-size: 16px;
	margin: 15px 0 50px 0;
}

/* 联系我们 */
.aboutuscontact {
	width: 100%;
	background-color: #FFFFFF;
	padding: 90px 0 80px 0;
}

.aboutuscontact_con {
	width: 1200px;
	overflow: hidden;
	margin: auto;
}

.aboutuscontact_tit {
	font-size: 36px;
	margin-bottom: 40px;
}

.aboutuscontact_cont_left {
	background-color: #F7F7F7;
	width: 44%;
	margin-right: 2%;
	padding: 15px 2%;
	border-radius: 20px;
	float: left;
}

.aboutuscontact_cont_left div {
	margin: 25px 0;
}

.aboutuscontact_cont_left span {
	display: block;
	position: inherit;
	float: left;
	font-size: 18px !important;
	color: #0093DD;
	margin-right: 8px;
	padding-top: 1px;
}

.aboutuscontact_cont_left p {
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.aboutuscontact_cont_right {
	background-color: #F7F7F7;
	width: 44%;
	margin-left: 2%;
	padding: 15px 2%;
	border-radius: 20px;
	float: left;
}

.aboutuscontact_cont_right div {
	margin: 25px 0;
}

.aboutuscontact_cont_right span {
	display: block;
	position: inherit;
	float: left;
	font-size: 18px !important;
	color: #0093DD;
	margin-right: 8px;
	padding-top: 1px;
}

.aboutuscontact_cont_right p {
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* 首页悬浮栏 */
.suspension {
	position: fixed;
	transition: all 0.4s;
	z-index: 10000;
	bottom: 40%;
	right: 12px;
	width: 100px;
	height: 110px;
	border-radius: 5px;
	background: #FFFFFF;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	text-align: center;
	cursor: pointer;
}

.suspension_hov {
	width: 100%;
	padding: 10px 0;
}

.suspension img {
	width: 70%;
	display: block;
	margin: 0 auto;
}

.suspension_p1 {
	color: #666666;
}

.suspension_div {
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	width: 100px;
	height: 60px;
	background: #ffffff;
	z-index: 999;
	top: 120px;
	border-radius: 5px;
	box-shadow: 0 0 5px #999999;
	cursor: pointer;
	transition: all 0.4s;
}

.suspension_div:hover {
	background: #0093DD;
}

.suspension_div:hover span {
	color: #FFFFFF;
}

.suspension_div:hover p {
	color: #FFFFFF !important;
}

.suspension_div span {
	position: inherit;
	font-size: 32px !important;
	color: #999999;
}

.suspension_p2 {
	display: block;
	margin-top: -8px;
	font-size: 16px;
	color: #333333;
}

.suspension_wx {
	position: absolute;
	top: -200px;
	width: 180px;
	right: -300px;
	height: 170px;
	background-color: #FFFFFF;
	box-shadow: 0 0 5px #999999;
	padding: 20px 0 0 0;
	border-radius: 5px;
	transition: all 0.5s;
}

.suspension_p3 {
	margin-top: 10px;
}

/* 网站地图 */
.webmap {
	width: 100%;
}

.webmap_con {
	width: 1200px;
	padding-bottom: 40px;
	margin: auto;
	overflow: hidden;
	border-top: 1px solid #000000;
}

.webmap_con div {
	width: 1200px;
	height: 30px;
}

.webmap_con_tit {
	font-size: 22px;
	font-weight: 600;
	margin: 15px 0;
}

.webmap_con1 {
	font-size: 18px;
	margin: 20px 0;
}

.webmap_con2 {
	font-size: 16px;
	margin: 30px 0 20px 0;
}

.webmap_con3 li {
	font-size: 14px;
	float: left;
	margin-right: 70px;
	margin-right: 70px;
	margin-bottom: 40px;
}

.webmap_con a:hover {
	color: #0093DD;
}

/* 文档下载*/
.worddown {
	margin: 40px 0;
}

.worddown a:hover {
	color: #333333;
}

.worddown img {
	margin: 2px 3px;
	;
}

/* 服务中心 */
.market {
	width: 100%;
	background-color: #FFFFFF;
}

.market_con {
	width: 1200px;
	margin: auto;
	text-align: center;
	overflow: hidden;
	padding-bottom: 180px;
}

.market_tit {
	font-size: 35px;
	font-weight: 600;
	line-height: 150px;
}

.market_cont>div {
	cursor: pointer;
	float: left;
	width: 280px;
	height: 280px;
	border: 1px solid #eeeeee;
	margin: 9px 9px;
	position: relative;
}

.market_cont_pic {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	position: absolute;
	top: 40px;
	left: 90px;
	color: #0093DD;
	background-color: #F7F7F7;
}

.market_cont_tit {
	font-size: 18px;
	font-weight: 500;
	margin: 150px 20px 0 20px;
}

.market_cont_con {
	font-size: 14px;
	margin: 10px 25px;
}

.market_cont>div:hover {
	box-shadow: 0 0 5px #CCCCCC;
}

.market_cont>div:hover .market_cont_pic {
	background-color: #0093DD;
	color: #FFFFFF;
}

.market1 {
	width: 100%;
	height: 521px;
	background: url(../static/img/marketbg.jpg) no-repeat center;
	background-color: #FFFFFF;
}

.market1_con {
	width: 1200px;
	margin: auto;
	text-align: center;
	overflow: hidden;
}

.market1_tit {
	font-size: 35px;
	height: 160px;
	line-height: 200px
}

.market1_cont1 {
	width: 340px;
	height: 360px;
	position: relative;
	padding: 50px;
	margin: 30px 0 30px 130px;
	background-color: rgba(255, 255, 255, 0.8);
	text-align: right;
}

.market1_cont>div {
	float: left;
}

.market1_cont1_tit {
	font-size: 22px;
	border-right: 8px solid red;
	padding-right: 10px;
	font-weight: 600;
}

.market1_cont1_con1 {
	font-size: 16px;
	font-weight: 600;
	padding: 30px 30px 10px 30px;
}

.market1_cont1_con1>span {
	font-size: 14px !important;
	font-weight: 500 !important;
}

.market1_cont1_con1 img {
	position: absolute;
	top: 120px;
	right: 45px;
}

.market1_cont1_con2 {
	font-size: 16px;
	font-weight: 600;
	padding: 30px 30px 10px 30px;
}

.market1_cont1_con2>span {
	font-size: 14px !important;
	font-weight: 500 !important;
}

.market1_cont1_con2 img {
	position: absolute;
	top: 205px;
	right: 45px;
}

.market1_cont1_con3 {
	font-size: 16px;
	font-weight: 600;
	padding: 30px 30px 10px 30px;
}

.market1_cont1_con3>span {
	font-size: 14px !important;
	font-weight: 500 !important;
}

.market1_cont1_con3 img {
	position: absolute;
	top: 285px;
	right: 45px;
}

.market1_cont1_con4 {
	font-size: 16px;
	font-weight: 600;
	padding: 30px 30px 10px 30px;
}

.market1_cont1_con4>span {
	font-size: 14px !important;
	font-weight: 500 !important;
}

.market1_cont1_con4 img {
	position: absolute;
	top: 365px;
	right: 45px;
}

.market1_cont2 {
	color: #FFFFFF;
	width: 400px;
	text-align: left;
	padding: 80px 80px;
	position: relative;
}

.market1_cont2_tit {
	border-left: 8px solid #FFFFFF;
	padding-left: 20px;
	font-size: 22px;
	font-weight: 600;
}

.market1_cont2_con1 {
	font-size: 16px;
	font-weight: 600;
	padding: 30px 30px 10px 30px;
}

.market1_cont2_con1>span {
	font-size: 14px !important;
	font-weight: 500 !important;
}

.market1_cont2_con1 img {
	position: absolute;
	top: 140px;
	left: 75px;
}

.market1_cont2_con2 {
	font-size: 16px;
	font-weight: 600;
	padding: 30px 30px 10px 30px;
}

.market1_cont2_con2>span {
	font-size: 14px !important;
	font-weight: 500 !important;
}

.market1_cont2_con2 img {
	position: absolute;
	top: 225px;
	left: 75px;
}

.market1_cont2_con3 {
	font-size: 16px;
	font-weight: 600;
	padding: 30px 30px 10px 30px;
}

.market1_cont2_con3>span {
	font-size: 14px !important;
	font-weight: 500 !important;
}

.market1_cont2_con3 img {
	position: absolute;
	top: 305px;
	left: 75px;
}

.market1_cont2_con4 {
	font-size: 16px;
	font-weight: 600;
	padding: 30px 30px 10px 30px;
}

.market1_cont2_con4>span {
	font-size: 14px !important;
	font-weight: 500 !important;
}

.market1_cont2_con4 img {
	position: absolute;
	top: 385px;
	left: 75px;
}

.overseas {
	width: 100%;
	padding: 50px 0;
}

.overseas_con {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}

.overseas_con div {
	float: left;
	margin-bottom: 10px;
}

.overseas1 {
	width: 300px;
	height: 214px;
	background-color: #f3f3f3;
}

.overseas1_tit {
	font-size: 38px;
	font-weight: 600;
	margin: 40px 40px;
}

.overseas1_con {
	font-size: 16px;
	margin: 0px 80px 0 40px;
	line-height: 30px;
}

.overseas2 {
	width: 370px;
	height: 214px;
	background-color: #f3f3f3;
}

.overseas2_tit {
	font-size: 38px;
	font-weight: 600;
	margin: 50px 40px;
}

.overseas2_con {
	font-size: 16px;
	margin: 0px 160px 20px 40px;
	line-height: 30px;
}

.overseas3 {
	width: 630px;
	height: 214px;
	background-color: #f3f3f3;
}

.overseas3_tit {
	font-size: 38px;
	font-weight: 600;
	margin: 50px 80px;
}

.overseas3_con {
	font-size: 16px;
	line-height: 30px;
	margin: 0px 240px 0 80px;
}

.overseas2_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	opacity: 0;
}

.overseas_con div:hover .overseas2_bg {
	background-color: rgba(0, 147, 221, 0.6);
	opacity: 1;
	transition: all 0.4s;
}

.overseas2_bg_tit {
	font-size: 22px;
	font-weight: 600;
	float: none !important;
	margin: 50px 40px 0 40px;
	color: #FFFFFF;
}

.overseas2_bg_con {
	font-size: 14px;
	float: none !important;
	color: #FFFFFF;
	margin: 20px 40px 0 40px;
}

/* 分页 */
.paging_bg {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
}


.paging-container {
	width: 1200px;
	margin: auto;
	text-align: center;
	padding-bottom: 30px;
}

.pagination {
	text-align: center;
}

.pagination .disabled {
	cursor: context-menu !important;
	color: transparent;
	_color: tomato;
	_filter: chroma(color=tomato);
}

.pagination .disabled:hover {
	cursor: context-menu !important;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.pagination .active {
	border-bottom: 1px solid #929292;
	color: #000000;
}


.pagination li {
	border-bottom: 1px solid transparent;
	_border-color: tomato;
	_filter: chroma(color=tomato);
	display: inline-block;
	padding: 1px;
	margin: 0 10px;
	cursor: pointer;
}

.pagination li:hover {
	border-bottom: 1px solid #929292;
}

.pagination li a {
	color: #949494;
}

.pagination li:hover a {
	color: #000000;
}



@-webkit-keyframes rollInRight {
	from {
		opacity: 1;
		-webkit-transform: translate3d(-50%, 0, 0) rotate3d(0, 0, 0, 50deg);
		transform: translate3d(-50%, 0, 0) rotate3d(0, 0, 0, 50deg);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0);
	}
}


@keyframes rollInRight {
	from {
		opacity: 1;
		-webkit-transform: translate3d(-50%, 0, 0) rotate3d(0, 0, 0, 50deg);
		transform: translate3d(-50%, 0, 0) rotate3d(0, 0, 0, 50deg);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0);
	}
}


.animation-rollInRight {

	-webkit-animation: rollInRight 2s linear infinite both;
	-moz-animation: rollInRight 2s linear infinite both;
}



.casesearch {
	height: 100px;
	background-color: #FFFFFF;
	padding: 50px 0 0 0;
}

.casesearch_con {
	width: 1200px;
	margin: auto;
	background-color: #F7F7F7;
	height: 100px;
}

.casesearch_conleft {
	width: 60%;
	height: 100px;
	float: left;
	position: relative;
}

.casesearch_conleft input {
	outline-color: invert;
	outline-style: none;
	outline-width: 0px;
	border: none;
	border-style: none;
	text-shadow: none;
	-webkit-appearance: none;
	-webkit-user-select: text;
	outline-color: transparent;
	box-shadow: none;
	border-radius: 5px;
	width: 72%;
	height: 40px;
	line-height: 40px;
	margin: 30px 0 30px 10%;
	border: 1px solid #CFCFCF;
	background-color: #F7F7F7;
	padding: 0 20px;
	color: #333;
}

.casesearch_conright {
	width: 40%;
	height: 100px;
	float: left;
}

.casesearch_conleftbutton {
	cursor: pointer;
	position: absolute;
	top: 30px;
	left: 85%;
	width: 70px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #0093DD;
	background-color: #0093DD;
	color: #FFFFFF;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.casesearch_conright {
	height: 100px;
	line-height: 100px;
}

.casesearch_conright span {
	cursor: pointer;
	margin-right: 10px;
}

.casesearch_conright span:hover {
	color: #0093DD;
}

/* 行业分类 */
.caselist {
	padding-top: 30px;
	overflow: hidden;
	background-color: #FFFFFF;
}

.caselist_tit {
	width: 1200px;
	margin: auto;
	text-align: left;
	font-size: 20px;
	padding: 15px 0;
}

.caselist_con {
	width: 1200px;
	margin: auto;
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	padding: 20px 0;
	overflow: hidden;
}

.caselist_con div {
	float: left;
	width: 140px;
	border: 1px solid #DDDDDD;
	height: 40px;
	margin: 10px 14px;
	line-height: 40px;
	cursor: pointer;
}

#caselist_condiv {
	background-color: #0093DD;
	color: #FFFFFF;
	border: 1px solid #0093DD;
}

.caselist_con div:hover {
	background-color: #0093DD;
	color: #FFFFFF;
	border: 1px solid #0093DD;
}


/* SEO2 */
.SEO2_1 {
	width: 100%;
	overflow: hidden;
	background-color: #F6F6F6;
}

.SEO2_1_cont {
	width: 1200px;
	margin: auto;
}

.SEO2_1_tit {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	margin: 62px 0;
	overflow: hidden;
}

.SEO2_1_con {
	width: 1200px;
	margin: auto;
}

.SEO2_1_con_left {
	font-size: 18px;
	color: #999999;
	float: left;
	width: 60%;
}

.SEO2_1_con_left1 {
	font-size: 24px;
	color: #0093DD;
	line-height: 60px;
}

.SEO2_1_con_left2 {
	line-height: 30px;
	font-size: 18px;
}

.SEO2_1_con_right {
	float: right;
	width: 35%;
}

.SEO2_1_con_right img {
	width: 100%;
}

.SEO2_2 {
	overflow: hidden;
	background-color: #FFFFFF;
}

.SEO2_2_top {
	overflow: hidden;
	font-size: 18px;
}

.SEO2_2_top>div {
	float: left;
	text-align: center;
	width: 20%;
}

.SEO2_2_top>div div {
	width: 80px;
	height: 80px;
	background-color: #0093DD;
	border-radius: 15px;
	text-align: center;
	line-height: 80px;
	color: #FFFFFF;
	margin: 5px auto;
	margin-bottom: 20px;
}

.SEO2_2_top>div p {
	font-size: 22px;
}

.SEO2_2_top span {
	display: contents;
}


.SEO2_1_bot {
	width: 1200px;
	margin: auto;
	margin-top: 45px;
	margin-bottom: 70px;
}

.SEO2_1_bot>div {
	width: 100%;
	height: 200px;
	border: 1px solid #E8E8E8;
	box-shadow: 0px 0px 10px #E8E8E8;
	margin: 25px 0;
}

.SEO2_1_bot_div {
	width: 100%;
	height: 300px;
}

.SEO2_1_bot_left {
	float: left;
	width: 20%;
	text-align: center;
	height: 200px;
}

.SEO2_1_bot_left img {
	margin: 31px auto;
}

.SEO2_1_bot_right {
	width: 75%;
	line-height: 30px;
	float: right;
	margin: 50px auto;
	padding: 0 5% 0 0;
	font-size: 16px;
}

.SEO2_3 {
	overflow: hidden;
	background: #F1F4F7;
	padding-bottom: 50px;
}

.SEO2_3_one {
	float: left;
	margin: 10px 11px;
	position: relative;
	box-shadow: 0px 0px 10px #c1c1c1;
}

.SEO2_3_one img {
	width: 100%;
}

.SEO2_3_one_1 {
	position: absolute;
	top: 120px;
	left: 50%;
	width: 90%;
	font-size: 20px;
	text-align: center;
	transform: translateX(-50%);
	line-height: 35px;
}

.SEO2_3_one_2 {
	position: absolute;
	top: 120px;
	left: 230px;
	width: 90%;
	font-size: 20px;
	text-align: left;
	line-height: 35px;
}

.SEO2_3_div p {
	font-size: 16px;
	color: #666;
	line-height: 28px;
	margin-top: 4px;
}

.SEO2_4 {
	overflow: hidden;
	height: 500px;
}

.SEO2_4_tit {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	margin: 70px 0;
	overflow: hidden;
	color: #FFFFFF;
}

.SEO2_4_tit p {
	font-size: 16px;
	line-height: 40px;
}

.SEO2_4_div {
	overflow: hidden;
	padding-bottom: 60px;
}

.SEO2_4_div>div {
	border-radius: 20px;
	width: 225px;
	height: 225px;
	background-color: #FFFFFF;
	float: left;
	margin: 0 7px;
	transition: all 0.4s;
}

.SEO2_4_div>div:hover {
	background-color: #0093DD;
}

.SEO2_4_div>div:hover div {
	color: #FFFFFF;
}

.SEO2_4_div>div:hover span {
	color: #FFFFFF;
}


.SEO2_4_div>div span {
	display: contents;
	font-size: 70px !important;
	color: #0093DD;
}

.SEO2_4_div>div div {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}

.SEO2_4_div_cont {
	margin: 15px 0 10px 0;
}

.SEO2_4_div>div p {

	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin-top: 10px;
}

.SEO2_5 {
	overflow: hidden;
	background-color: #FFFFFF;
	padding-bottom: 50px;
}

.SEO2_5_div>div {
	width: 190px;
	height: 200px;
	background-color: #F7F7F7;
	float: left;
	margin: 0 25px;
	cursor: context-menu;
	transition: all 0.4s;
}

.SEO2_5_div>div:hover {
	background-color: #0093DD;
	color: #FFFFFF;
}

.SEO2_5_div>div:hover a {
	color: #FFFFFF;
}

.SEO2_5_div>div p {
	font-size: 24px;
	margin: 20px 20px 10px 20px;
}

.SEO2_5_div>div div {
	font-size: 16px;
	line-height: 30px;
	margin: 0 20px;
}

.SEO2_5_div a:hover {
	text-decoration: underline;
}

.SEO2_6 {
	overflow: hidden;
	background-color: #F7F7F7;
}

.SEO2_6_div {
	border-right: 1px solid #E7E7E7;
	border-top: 1px solid #E7E7E7;
	overflow: hidden;
	padding-bottom: 50px;
	color: #383838;
}

.SEO2_6_div>div {
	float: left;
	width: 298px;
	height: 99px;
	border-left: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	font-size: 24px;
}

.SEO2_6_div p {
	font-size: 14px;
	margin-top: 4px;
}

.SEO2_6_divcon {
	margin: 22px 10px;
}

.SEO2_6_divcon div {
	float: left;
	font-size: 20px;
	margin: 0px 22px;
}

.SEO2_6_divcon span {
	display: contents;
	line-height: 66px;
	font-size: 36px !important;
}

.SEO2_6_divcont {
	display: contents;
}

.SEO2_7 {
	height: 500px;
	overflow: hidden;
}

.SEO2_7_div {
	overflow: hidden;
	padding-bottom: 50px;
}

.SEO2_7_div>div {
	width: 225px;
	height: 200px;
	margin: 0 7px;
	float: left;
	background-color: #FFFFFF;
	font-size: 48px;
	text-align: center;
	padding: 30px 0 0 0;
	transition: all 0.4s;
}

.SEO2_7_div>div:hover {
	background-color: #0093DD;
	color: #FFFFFF;
}

.SEO2_7_div>div:hover p {
	color: #FFFFFF;
}

.SEO2_7_div>div p {
	font-size: 18px;
	line-height: 30px;
	margin-top: 10px;
	color: #333;
}


.SEO2_8 {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
}

.SEO2_8_div {
	margin: 120px auto 50px auto;
	font-size: 24px;
	width: 260px;
	height: 60px;
	line-height: 65px;
	text-align: center;
	border: 1px solid #383838;
	color: #383838;
	cursor: pointer;
	transition: all 0.4s;
}

.SEO2_8_div:hover {
	border: 1px solid #0093DD;
	background-color: #0093DD;
	color: #FFFFFF;
}


.SEO2_9 {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
}

.SEO2_9_con {
	width: 1200px;
	margin: auto;
}

.SEO2_9_tit {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 58px;
}

.SEO2_9_tit p {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0;
	color: #999;
	margin-top: 20px;
}

.SEO2_9_cont {
	margin-top: 50px;
}

.SEO2_9_cont1 {
	overflow: hidden;
}

.SEO2_9_cont1>div {
	float: left;
	width: 25%;
}

.SEO2_9_cont1>div div {
	margin: 10px;
	width: 280px;
	height: 170px;
	overflow: hidden;
	margin-bottom: 15px;
}

.SEO2_9_cont1 img {
	width: 100%;
	transition: all 0.4s;
}

.SEO2_9_cont1 span {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	text-align: justify;
	margin: 0 10px;
	display: block;
	transition: all 0.4s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.SEO2_9_cont1 p {
	font-size: 13px;
	line-height: 22px;
	margin: 10px 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.SEO2_9_cont1>div:hover span {
	color: #FC601F;
}

.SEO2_9_cont1>div:hover img {
	transform: scale(1.1);
}

.SEO2_9_cont2 {
	margin-top: 14px;
}

.SEO2_9_cont2 li {
	width: 48%;
	float: left;
	margin: 0px 1%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #EBEBEB;
}

.SEO2_9_cont2 li div {
	float: left;
	color: #0093DD;
}

.SEO2_9_cont2 li div span {
	color: #333;
	margin-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 400px;
	display: block;
	float: right;
}

.SEO2_9_cont2 li p {
	float: right;
	color: #999;
}

.SEO2_9_cont2 li:hover span {
	color: #FC601F;
}






.tianmao1 {
	overflow: hidden;
}

.tianmao1_tit {
	text-align: center;
	font-size: 40px;
	margin-top: 40px;
}

.tianmao1_tit p {
	background-color: #FFFFFF;
	width: 240px;
	font-size: 28px;
	margin: 0 auto;
}

/* 镂空滚动 */
.hollowvideo {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: fixed;
	top: 0;
	right: 0;
	z-index: -999;
}

.hollowcon {
	width: 100%;
	padding: 5em 0;
	background: rgba(0, 147, 221, 0.4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#660093DD, endColorstr=#660093DD);
}


.hollowcont {
	width: 1200px;
	margin: auto;
	color: #FFFFFF;
}

.hollowcont1 {
	text-align: center;
	font-size: 26px;
}

.hollowcont1 span {
	color: #F9AF10;
}

.hollowcont2 {
	width: 64%;
	margin: 20px auto;
	font-size: 14px;
	text-align: justify;
}

.hollowcont3 {
	width: 20%;
	text-align: center;
	margin: 2em auto 0 auto;
	overflow: hidden;
}


.hollowcont3 div {
	width: 46%;
	cursor: pointer;
	padding: 8px 0;
	border-radius: 4px;
	transition: all 0.5s;
}

.hollowcont3but1 {
	background: #F9AF10;
	float: left;
	color: #FFFFFF;
}

.hollowcont3but1:hover {
	color: #FFFFFF;
	background: #0789F9;
}

.hollowcont3but2 {
	background: #0789F9;
	float: right;
	color: #FFFFFF;
}

.hollowcont3but2:hover {
	color: #FFFFFF;
	background: #015094;
}

/* 客户 */
.clients {
	height: 570px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.clients_div {
	width: 1200px;
	margin: auto;
	text-align: center;
	overflow: hidden;
}

.clients_div1 {
	font-size: 26px;
	color: #FFFFFF;
	margin-top: 3em;
}

.clients_div1 span {
	color: #d8d8d8;
}

.clients_div2 {
	color: #FFFFFF;
	margin-top: 2em;
}

.clients_div3 {
	font-size: 80px;
	color: #FFFFFF;
	font-weight: 800;
	margin-top: 1em;
}

.clients_div3>div {
	float: left;
	width: 24%;
	border-right: 1px solid #FFFFFF;
}

.clients_div3_time {
	display: inline-block;
	position: relative;
}

.clients_div3_timeyear {
	font-size: 14px;
	position: absolute;
	right: -20px;
	top: 0;
}

.clients_div3_cont {
	font-size: 14px;
	font-weight: 500;
}

.clients_botbg {
	width: 100%;
	height: 180px;
	background-color: #FFFFFF;
	position: relative;
}

.clients_bot {
	width: 1000px;
	position: absolute;
	top: -100px;
	z-index: 100;
	background-color: #FFFFFF;
	left: 50%;
	margin-left: -500px;
}

.clients_bot li {
	width: 20%;
	float: left;
	
}

.clients_bot li:hover img{
	filter: grayscale(0);
	filter: none;
	filter: alpha(opacity=100);
	opacity: 1;
	transform: rotateY(360deg);
}

.clients_bot li img {
	width: 100%;	
	-webkit-filter: grayscale(100%);
	
	-moz-filter: grayscale(100%);
	
	-ms-filter: grayscale(100%);
	
	-o-filter: grayscale(100%);
	
	filter: grayscale(100%);
	
	filter: gray;
	
	filter: alpha(opacity=70);
	
	opacity: 0.7;
	
	-webkit-transition: all 0.6s;
	
	-moz-transition: all 0.6s;
	
	transition: all 0.6s;
	
	transform: rotateY(0deg);
}

/* 人才招聘 */
.recruitment {
	width: 100%;
	background-color: #F8F9FA;
	overflow: hidden;
}

.recruitment_con {
	width: 1200px;
	overflow: hidden;
	margin: 70px auto 90px auto;
}

.recruitment_tit {
	font-size: 36px;
	text-align: center;
	margin-bottom: 50px;
}

.recruitment_cont_left {
	width: 46%;
	position: absolute;
	top: 0;
	left: 0;
}

.recruitment_cont li {
	font-size: 18px;
	border-bottom: 1px solid #DDDEDE;
	line-height: 78px;
	background-color: #F8F9FA;
	overflow: hidden;
	width: 100%;
	transition: all 0.4s;
	position: relative;
	z-index: 2;
}

.recruitment_cont_right {
	width: 46%;
	position: absolute;
	top: 0;
	left: 54%;
}

.recruitment_cont_p {
	float: right;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	margin: 32px 0 0 0;
	color: #666;
}

.recruitment_cont_p span {
	position: inherit;
	font-size: 14px !important;
	margin-left: 4px;
}

.recruitment_cont li:hover .recruitment_cont_p {
	color: #0093DD;
}

.recruitment_cont li:hover .recruitment_cont_span {
	color: #0093DD;
}


.recruitment_cont {
	height: 474px;
	overflow: hidden;
	position: relative;
}

.recruitment_cont ul {
	position: relative;
}

.recruitment_cont_div {
	height: 0;
	line-height: initial;
	overflow-y: auto;
	transition: all 0.4s;
}

.recruitment_cont_ppan {
	cursor: pointer;
}

.recruitment_cont_div::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.recruitment_cont_div::-webkit-scrollbar-track {
	background: rgb(239, 239, 239);
	border-radius: 2px;
}

.recruitment_cont_div::-webkit-scrollbar-thumb {
	background: #999999;
	border-radius: 10px;
}

.recruitment_cont_div::-webkit-scrollbar-thumb:hover {
	background: #fafafa;
}

.recruitment_cont_div::-webkit-scrollbar-corner {
	background: #0093DD;
}


/* 加入我们 */
.joinus {
	width: 100%;
	text-align: center;
	font-size: 30px;
	padding: 80px 0;
	color: #333;
	background-color: #FFFFFF;
}

.joinus p {
	font-size: 24px;
	margin-top: 50px;
}




/* 支付方式 */
.paymentmethod {
	width: 100%;
	padding: 70px 0;
	background-color: #FFFFFF;
	overflow: hidden;
}

.paymentmethod_con {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}

.paymentmethod_tit {
	text-align: center;
	font-size: 36px;
	margin-bottom: 40px;
}

.paymentmethod_cont1 {
	font-size: 24px;
	line-height: 84px;
	border-bottom: 1px solid #CCCCCC;
}

.paymentmethod_cont2 img {
	width: 100%;
}



/* sem */
.sembanner {
	height: 700px;
	overflow: hidden;
	margin-top: 110px;
}

.sembanner_con {
	width: 1200px;
	margin: auto;
	position: relative;
}

.sembanner_con1 {
	position: absolute;
	top: 382px;
	left: 1px;
	height: 57px;
	width: 280px;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.4s;
	background-color: #C5A0EA;
	line-height: 57px;
	text-align: center;
	color: #FFFFFF;
	font-size: 23px;
	letter-spacing: 6px;
}

.sembanner_con1:hover {
	background-color: #9838F9;
	box-shadow: 0 0 10px #9838F9;
}


.sembanner_con1 span {
	position: initial;
	font-size: 22px !important;
}

/* sem1 */
.sem1 {
	width: 100%;
	background-color: #F5F8FA;
}

.sem1_con {
	width: 1200px;
	margin: auto;
}

.sem1_tit {
	line-height: 100px;
	height: 100px;
	position: relative;
	top: -50px;
	overflow: hidden;
}

.sem1_tit li {
	float: left;
	width: 25%;
	background-color: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
	text-align: center;
	font-size: 24px;
	color: #FFF;
	position: relative;
	cursor: pointer;
	transition: all 0.4s;
}

.sem1_tit li:hover {
	background-color: #054897;
}

.sem1_titli_active {
	background-color: #054897 !important;
}

.sem1_titli_active div {
	border-bottom-color: #F5F8FA !important;
}

.sem1_tit li span {
	font-size: 32px !important;
	position: relative;
	top: 4px;
	left: 0;
}

.sem1_tit div {
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-bottom-color: transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
}

.sem1_cont_bg {
	background-color: #F5F8FA;
	overflow: hidden;
	transition: all 0.4s;
	padding-bottom: 70px;
}

.sem1_cont_back {
	width: 100%;
	overflow: hidden;
}

.sem1_cont {
	padding-top: 40px;
	width: 1200px;
	margin: auto;
}

.sem1_cont_left {
	width: 48%;
	margin-right: 2%;
	float: left;
	text-align: justify;
}

.sem1_cont_left div {
	font-size: 18px;
	color: #333;
	margin-bottom: 40px;
}

.sem1_cont_left div p {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	line-height: 24px;
}


.sem1_cont_right {
	width: 48%;
	float: left;
	margin-left: 2%;
}

.sem1_cont_right div {
	background-color: #DDE6F0;
	position: relative;
	top: -20px;
	height: 375px;
	left: 20px;
	height: 360px;
}


.sem1_cont_right div img {
	width: 100%;
	position: absolute;
	top: 20px;
	left: -20px;
	height: 360px;
}

.sem1_cont_bg>div {
	float: left;
}


/* 营销专家 */
.expert {
	width: 100%;
	background-color: #FFFFFF;
	overflow: hidden;
	padding: 80px 0;
}

.expert_con {
	width: 1200px;
	margin: auto;
}

.expert_tit {
	text-align: center;
	font-size: 36px;
	margin-bottom: 80px;
}


.expert_cont1 {
	border: 2px solid #054897;
	height: 80px;
	line-height: 80px;
}


.expert_cont1_1 {
	font-size: 18px;
	padding: 0 20px;
	float: left;
}

.expert_cont1_1 input {
	border: 0px;
	margin-top: -5px;
	width: 680px;
}

.expert_cont1_2 {
	float: right;
	width: 300px;
	text-align: center;
	background-color: #054897;
	color: #FFFFFF;
	font-size: 24px;
	cursor: pointer;
}

.expert_cont2 {
	font-size: 14px;
	line-height: 67px;
	height: 67px;
}

.expert_cont2 li {
	float: left;
	margin-right: 15px;
}

.expert_cont2 li:hover a {
	color: #0093DD;
}

.expert_cont2 li a {
	color: #666;
}

.expert_cont2li {
	color: red;
	margin-right: 0 !important;
}


.expert_cont3_1 {
	float: left;
	width: 255px;
	height: 70px;
	background-color: #F5F8FA;
	padding: 25px 10px 25px 20px;
	margin-right: 20px;
	border-radius: 8px;
	transition: all 0.4s;
}

.expert_cont3_1 span {
	position: inherit;
	color: #054897;
	font-size: 60px !important;
	float: left;
	margin-top: 5px;
	margin-right: 30px;
}

.expert_cont3_1 div {
	font-size: 18px;
	color: #333;
}

.expert_cont3_1 div p {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	margin-top: 5px;
}


.expert_cont3_1:hover {
	background-color: #054897;
}

.expert_cont3_1:hover span {
	color: #FFFFFF;
}

.expert_cont3_1:hover div {
	color: #FFFFFF;
}

.expert_cont3_1:hover p {
	color: #FFFFFF;
}


/* sem2 */
.sem2 {
	overflow: hidden;
	background-color: #F5F8FA;
}

.sem2_con {
	margin: 50px auto;
	width: 1200px;
}

.sem2_tit {
	font-size: 36px;
	text-align: center;
	margin-bottom: 50px;
}

.sem2_cont {
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 0 10px #DCDFE1;
	overflow: hidden;
}

.sem2_cont ul {
	overflow: hidden;
}

.sem2_cont li {
	float: left;
	width: 20%;
	text-align: center;
	height: 100px;
	line-height: 100px;
	font-size: 18px;
	background-color: #666666;
	color: #FFFFFF;
	position: relative;
	cursor: pointer;
	transition: all 0.4s;
}

.sem2_cont li::after {
	content: '';
	position: absolute;
	bottom: 8%;
	right: 0px;
	width: 1px;
	height: 84%;
	background-color: #707070;
}

.sem2_cont_liactive {
	background-color: #054897 !important;
}

.sem2_cont_liactive::after {
	content: '';
	position: absolute;
	bottom: 8%;
	right: 0px;
	width: 1px;
	height: 84%;
	background-color: transparent !important;
}

.sem2_cont li div {
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
}


.sem2_cont_liactive div {
	border-bottom-color: #FFFFFF !important;
}

.sem2_cont_con {
	overflow: hidden;
	float: left;
	width: 1200px;
}

.sem2_cont_con1 {
	font-size: 24px;
	text-align: center;
	margin: 40px 0 10px 0;
}

.sem2_cont_con2 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 40px;
}


.sem2_cont_con3 {
	border: 1px solid #C62219;
	margin: 0 5px;
	position: relative;
}

.sem2_cont_con3_tit {
	background-color: #C62219;
	height: 40px;
	line-height: 40px;
	width: 200px;
	border-radius: 14px;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -100px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
}


.sem2_cont_con3_con {
	overflow: hidden;
}

.sem2_cont_con3_con>div {
	width: 20%;
	float: left;
	position: relative;
}


.sem2_cont_con3_con>div::after {
	content: '';
	position: absolute;
	bottom: 15%;
	right: 0;
	width: 1px;
	height: 70%;
	background-color: #E0E0E0;
}

.sem2_cont_con3_condiv::after {
	content: '';
	position: absolute;
	bottom: 15%;
	right: 0;
	width: 1px;
	height: 70%;
	background-color: transparent !important;
}


.sem2_cont_con3_cont {
	text-align: center;
	padding: 50px 30px;
}

.sem2_cont_con3_cont span {
	position: inherit;
	font-size: 48px !important;
	color: #C62219;
}

.sem2_cont_con3_cont div {
	font-size: 18px;
	margin-top: 15px;
}

.sem2_cont_con3_cont p {
	font-size: 14px;
	margin-top: 10px;
}

.sem2_cont_con4 {
	text-align: center;
	font-size: 12px;
	line-height: 46px;
	color: #808080;
}

.sem2_cont_con_bg {
	width: 6000px;
	transition: all 0.4s;
}


/* sem3 */
.sem3 {
	width: 100%;
	overflow: hidden;
	padding: 70px 0;
}

.sem3_con {
	margin: auto;
	width: 1200px;
}

.sem3_tit {
	font-size: 36px;
	text-align: center;
	margin-bottom: 70px;
}

.sem3_cont {
	overflow: hidden;
}

.sem3_cont_div {
	float: left;
	width: 280px;
	height: 200px;
	background-color: #F5F8FA;
	text-align: center;
	margin-right: 26px;
	padding-top: 50px;
	transition: all 0.4s;
}

.sem3_cont_div span {
	position: inherit;
	font-size: 70px !important;
	color: #B41F17;
}

.sem3_cont_div div {
	font-size: 18px;
	color: #333;
	margin-top: 20px;
}

.sem3_cont_div p {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}


.sem3_cont_div:hover {
	background-color: #054897;
}

.sem3_cont_div:hover span {
	color: #FFFFFF;
}

.sem3_cont_div:hover p {
	color: #FFFFFF;
}

.sem3_cont_div:hover div {
	color: #FFFFFF;
}

/* sem4 */
.sem4_con {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 580px;
	height: 320px;
	margin-top: -160px;
	margin-left: -290px;
	background-color: #FFFFFF;
	transition: all 0.4s;
	border-radius: 4px;
	overflow: hidden;
}


.sem4_tit {
	text-align: center;
	font-size: 20px;
	color: #FD2702;
	padding-top: 30px;
	background-color: #F7F8FC;
	padding-bottom: 16px;
	font-weight: 600;
	letter-spacing: 2px;
}

.sem4_tit p {
	font-size: 14px;
	color: #000;
	margin-top: 14px;
	font-weight: 500;
	letter-spacing: 0;
}


.sem4_tit span {
	right: 6px;
	left: auto;
	top: 4px;
	font-size: 26px !important;
	color: #999;
	transition: all 0.4s;
	cursor: pointer;
	letter-spacing: 0;
	font-weight: 500;
}

.sem4_tit span:hover {
	color: #FE2900;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.sem4_cont {
	width: 460px;
	margin: auto;
}

.sem4_cont1 {
	margin-top: 25px;
}

.sem4_cont1 span {
	line-height: 36px;
	display: block;
	float: left;
	font-size: 16px;
	width: 17%;
}

.sem4_cont1 input {
	width: 83%;
	padding: 0 1%;
	height: 35px;
	line-height: 35px;
}

.sem4_cont2 {
	height: 1px;
	background-color: #DCDCDC;
	line-height: 0;
	margin-top: 36px;
}

.sem4_cont2 div {
	background-color: #FFFFFF;
	position: relative;
	text-align: center;
	width: 200px;
	margin: auto;
	height: 1px;
	color: #FF2600;
}

.sem4_cont3 {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	height: 40px;
	line-height: 40px;
	background-color: #FE2900;
	margin-top: 24px;
	cursor: pointer;
	transition: all 0.4s;
}

.sem4_cont3:hover {
	background-color: #b32105;
}

.sem4_cont4 {
	text-align: center;
	line-height: 30px;
	color: #666;
}

.sem4_cont4 span {
	color: #FA2900;
	font-weight: 600;
}


.layui-input-block {
	margin-left: 0 !important;
}

.layui-btn {
	background-color: #FF2600 !important;
}






/* 云服务 */
.yun1 {
	width: 100%;
	background-color: #FFFFFF;
	overflow: hidden;
}

.yun1_con {
	width: 1200px;
	margin: auto;
}

.yun1_tit1 {
	font-size: 36px;
	text-align: center;
	margin-top: 66px;
}

.yun1_tit2 {
	font-size: 18px;
	text-align: center;
	margin-top: 35px;
}


.yun1_cont_left {
	width: 50%;
	float: left;
}

.yun1_cont_left div {
	font-size: 18px;
	color: #333;
}

.yun1_cont_left p {
	font-size: 14px;
	color: #666;
}

.yun1_cont {
	margin-top: 50px;
}

.yun1_cont_left div {
	font-size: 18px;
	color: #333;
}

.yun1_cont_left div p {
	font-size: 14px;
	color: #666;
	margin-top: 23px;
	margin-bottom: 43px;
	line-height: 26px;
}


.yun1_cont_right {
	width: 50%;
	float: left;
	text-align: center;
	position: relative;
}

.yun1_cont_right1 {
	width: 110px;
	height: 110px;
	border-radius: 110px;
	background-color: #FE6C00;
	line-height: 110px;
	color: #FFFFFF;
	font-size: 28px;
	position: absolute;
	top: 50px;
	left: 160px;
	-webkit-animation: yun1_cont_right1 4s linear infinite;
}

.yun1_cont_right2 {
	width: 130px;
	height: 130px;
	border-radius: 130px;
	background-color: #15C9E4;
	line-height: 130px;
	color: #FFFFFF;
	font-size: 28px;
	position: absolute;
	top: 60px;
	left: 400px;
	-webkit-animation: yun1_cont_right2 4.5s linear infinite;
}

.yun1_cont_right3 {
	width: 140px;
	height: 140px;
	border-radius: 140px;
	background-color: #007ED8;
	line-height: 140px;
	color: #FFFFFF;
	font-size: 28px;
	position: absolute;
	top: 250px;
	left: 100px;
	-webkit-animation: yun1_cont_right3 5s linear infinite;
}

.yun1_cont_right4 {
	width: 120px;
	height: 120px;
	border-radius: 120px;
	background-color: #FE4800;
	line-height: 120px;
	color: #FFFFFF;
	font-size: 28px;
	position: absolute;
	top: 230px;
	left: 330px;
	-webkit-animation: yun1_cont_right4 2.8s linear infinite;
}

@-webkit-keyframes yun1_cont_right1 {

	0%,
	100% {
		top: 50px;
	}

	50% {
		top: 75px;
	}
}

@-webkit-keyframes yun1_cont_right2 {

	0%,
	100% {
		top: 60px;
	}

	50% {
		top: 80px;
	}
}

@-webkit-keyframes yun1_cont_right3 {

	0%,
	100% {
		top: 250px;
	}

	50% {
		top: 275px;
	}
}

@-webkit-keyframes yun1_cont_right4 {

	0%,
	100% {
		top: 230px;
	}

	50% {
		top: 245px;
	}
}


.yun2 {
	width: 100%;
	background-color: #FFFFFF;
	overflow: hidden;
}

.yun2_con {
	width: 1200px;
	margin: auto;
}

.yun2_tit {
	text-align: center;
	font-size: 36px;
	margin-top: 62px;
	margin-bottom: 42px;
}

.yun2_cont1 {
	overflow: hidden;
	margin-bottom: 30px;
}

.yun2_cont1_div {
	float: left;
	text-align: center;
	font-size: 18px;
	line-height: 46px;
	color: #808080;
	transition: all 0.4s;
	cursor: pointer;
}

.yun2_cont1_div div {
	width: 100px;
	height: 100px;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	color: #808080;
	margin: 0 49px;
	background-color: #FFFFFF;
	transition: all 0.4s;
}

.yun2_cont1_div span {
	position: initial;
	line-height: 100px;
	font-size: 65px !important;
	transition: all 0.4s;
}

.yun2_cont1_div:hover {
	color: #007ED8;
}

.yun2_cont1_div:hover div {
	border: 1px solid #007ED8;
	background-color: #007ED8;
}

.yun2_cont1_div:hover span {
	color: #FFFFFF;
}


.yun2_cont1_divactive {
	color: #007ED8 !important;
}

.yun2_cont1_divactive div {
	border: 1px solid #007ED8 !important;
	background-color: #007ED8 !important;
}

.yun2_cont1_divactive span {
	color: #FFFFFF !important;
}

.yun2_cont2 {
	position: relative;
	height: 500px;
}

.yun2_cont2_left {
	width: 50%;
	position: absolute;
	left: -100%;
	top: 0;
	height: 500px;
	transition: all 1.6s;
}

.yun2_cont2_left img {
	height: 100%;
	width: 100%;
}

.yun2_cont2_right {
	position: absolute;
	top: 65px;
	right: -100%;
	width: 54%;
	float: left;
	padding: 0 1% 0 2.5%;
	box-shadow: 4px 36px 21px rgba(0, 0, 0, 0.1);
	background-color: #FFFFFF;
	transition: all 1.6s;
}

.yun2_cont2_right>div {
	position: relative;
}

.yun2_cont2_right1 {
	font-size: 24px;
	margin-top: 40px;
	color: #333;
}

.yun2_cont2_right2 {
	height: 1px;
	background-color: #696969;
	width: 50px;
	margin: 25px 0;
}

.yun2_cont2_right3 {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-bottom: 80px;
}

.yun2_cont2_right img {
	position: absolute;
	top: -10px;
	right: 20px;
}



.yun3 {
	width: 100%;
	background-color: #FFFFFF;
	overflow: hidden;
}

.yun3_con {
	height: 60px;
	line-height: 60px;
	width: 300px;
	text-align: center;
	color: #333333;
	border: 1px solid #333333;
	margin: 120px auto 50px auto;
	font-size: 26px;
	cursor: pointer;
	transition: all 0.4s;
}

.yun3_con:hover {
	border: 1px solid #007ED8;
	background-color: #007ED8;
	color: #FFFFFF;
}


/* 分销 */
.sembanner_con1_distribution {
	position: absolute;
	width: 200px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #FFFFFF;
	border-radius: 20px;
	top: 425px;
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	cursor: pointer;
}


.distribution1 {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
}

.distribution1_con {
	width: 1200px;
	margin: auto;
}

.distribution1_tit {
	text-align: center;
	font-size: 36px;
	position: relative;
	margin-top: 102px;
}

.distribution1_tit1 {
	position: relative;
	z-index: 2;
	background-color: #FFFFFF;
	width: 400px;
	margin: auto;
}

.distribution1_tit2 {
	position: absolute;
	height: 1px;
	width: 600px;
	background-color: #DBDBDB;
	margin: auto;
	left: 0;
	right: 0;
	top: 28px;
	z-index: 1;
}

.distribution1_cont img {
	width: 100%;
}



.distribution2 {
	width: 100%;
	overflow: hidden;
	background-color: #F7F7F7;
}

.distribution2_con {
	width: 1200px;
	margin: auto;
}

.distribution2_tit {
	text-align: center;
	font-size: 36px;
	position: relative;
	margin-top: 32px;
}

.distribution2_tit1 {
	position: relative;
	z-index: 2;
	background-color: #F7F7F7;
	width: 250px;
	margin: auto;
}

.distribution2_tit2 {
	position: absolute;
	height: 1px;
	width: 480px;
	background-color: #DBDBDB;
	margin: auto;
	left: 0;
	right: 0;
	top: 28px;
	z-index: 1;
}

.distribution2_cont{
	margin-top: 40px;
	margin-bottom: 50px;
}

.distribution2_cont img {
	width: 100%;
}


.distribution3 {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
}

.distribution3_con {
	width: 1200px;
	margin: auto;
}

.distribution3_tit {
	text-align: center;
	font-size: 36px;
	position: relative;
	margin-top: 62px;
}

.distribution3_tit1 {
	position: relative;
	z-index: 2;
	background-color: #FFFFFF;
	width: 250px;
	margin: auto;
}

.distribution3_tit2 {
	position: absolute;
	height: 1px;
	width: 450px;
	background-color: #DBDBDB;
	margin: auto;
	left: 0;
	right: 0;
	top: 28px;
	z-index: 1;
}

.distribution3_cont1 {
	color: #333;
	text-align: center;
	font-size: 24px;
	margin-top: 32px;
}

.distribution3_cont2 {
	width: 260px;
	margin: auto;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	border-radius: 30px;
	text-align: center;
	color: #FFFFFF;
	background-image: linear-gradient(#63C4FA, #5366CB);
	margin-top: 40px;
	cursor: pointer;
	margin-bottom: 70px;
}



.distribution4 {
	width: 100%;
	overflow: hidden;
	background-color: #F7F7F7;
}

.distribution4_con {
	width: 1200px;
	margin: auto;
}

.distribution4_tit {
	text-align: center;
	font-size: 36px;
	position: relative;
	margin-top: 37px;
	margin-bottom: 60px;
}

.distribution4_tit1 {
	position: relative;
	z-index: 2;
	background-color: #F7F7F7;
	width: 220px;
	margin: auto;
}

.distribution4_tit2 {
	position: absolute;
	height: 1px;
	width: 410px;
	background-color: #DBDBDB;
	margin: auto;
	left: 0;
	right: 0;
	top: 28px;
	z-index: 1;
}

.distribution4_cont>div {
	width: 46%;
	float: left;
	margin: 0 2%;
	height: 300px;
}

.distribution4_cont_tit {
	font-size: 24px;
	color: #333;
	margin-bottom: 18px;
}

.distribution4_cont_con {
	font-size: 16px;
	color: #808080;
	line-height: 30px;
}



.distribution5 {
	width: 100%;
	background-color: #FFFFFF;
	overflow: hidden;
}

.distribution5_con {
	height: 60px;
	line-height: 60px;
	width: 300px;
	text-align: center;
	color: #FFFFFF;
	margin: 55px auto 55px auto;
	font-size: 26px;
	cursor: pointer;
	transition: all 0.4s;
	border-radius: 50px;
	background-color: #FE3F3A;
}

.distribution5_con:hover {
	background-color: #bb0d0d;
}












/* 咨询报价 */
.consultation_form {
	overflow: hidden;
	width: 100%;
	height: 650px;
}

.consultation_form_con {
	width: 1200px;
	margin: auto;
}

.consultation_form_tit {
	text-align: center;
	margin-top: 64px;
	color: #FFFFFF;
}

.consultation_form_tit1 {
	font-size: 36px;
	letter-spacing: 6px;
}

.consultation_form_tit1 p {
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 10px;
}

.consultation_form_tit2 {
	font-size: 30px;
	margin-top: 15px;
}

.consultation_form_tit2 span {
	position: initial;
	font-size: 36px !important;
	margin-right: 20px;
	display: inline-block;
}

.consultation_form_cont {
	overflow: hidden;
	margin-top: 68px;
}


.consultation_form_cont_left {
	width: 50%;
	float: left;
}

.consultation_form_cont_left1 {
	margin-right: 40px;
	position: relative;
	margin-bottom: 10px;
}

.consultation_form_cont_left1 input {
	width: 520px;
	padding-left: 40px;
	height: 44px;
	line-height: 44px;
	background-color: #293543;
	border: 1px solid #293543;
	border-radius: 4px;
	color: #FFFFFF;
}

.consultation_form_cont_left1 input::-webkit-input-placeholder {
	color: #FFFFFF;
}


.consultation_form_cont_left1 span {
	top: 0;
	left: 8px;
	font-size: 24px !important;
	color: #FFFFFF;
	line-height: 44px;
}


.consultation_form_cont_left2 {
	width: 245px;
	position: relative;
	float: left;
}

.consultation_form_cont_left2 input {
	padding-left: 40px;
	height: 44px;
	line-height: 44px;
	background-color: #293543;
	border: 1px solid #293543;
	border-radius: 4px;
	color: #FFFFFF;
	width: 194px;
}

.consultation_form_cont_left2 input::-webkit-input-placeholder {
	color: #FFFFFF;
}

.consultation_form_cont_left2 span {
	top: 0;
	left: 8px;
	font-size: 24px !important;
	color: #FFFFFF;
	line-height: 44px;
}

.consultation_form_cont_left3 {
	width: 330px;
	position: relative;
	float: left;
}

.consultation_form_cont_left3 input {
	padding-left: 40px;
	height: 44px;
	line-height: 44px;
	background-color: #293543;
	border: 1px solid #293543;
	border-radius: 4px;
	color: #FFFFFF;
	width: 275px;
}

.consultation_form_cont_left3 input::-webkit-input-placeholder {
	color: #FFFFFF;
}

.consultation_form_cont_left3 span {
	top: 0;
	left: 8px;
	font-size: 24px !important;
	color: #FFFFFF;
	line-height: 48px;
}

.consultation_form_cont_right {
	width: 50%;
	float: left;
}


.consultation_form_cont_right1 {
	position: relative;
	margin-bottom: 6px;
}


.consultation_form_cont_right1 textarea {
	height: 92px;
	width: 580px;
	border-radius: 4px;
	border: 1px solid #293543;
	background-color: #293543;
	text-indent: 40px;
	line-height: 24px;
	padding-top: 6px;
	color: #FFFFFF;
}

.consultation_form_cont_right1 textarea::-webkit-input-placeholder {
	color: #FFFFFF;
}

.consultation_form_cont_right1 span {
	top: 0;
	left: 7px;
	font-size: 26px !important;
	color: #FFFFFF;
	line-height: 40px;
}


.consultation_form_cont_right2 {
	width: 250px;
	position: relative;
	float: left;
}

.consultation_form_cont_right2 input {
	padding-left: 40px;
	height: 44px;
	line-height: 44px;
	background-color: #293543;
	border: 1px solid #293543;
	border-radius: 4px;
	color: #FFFFFF;
	width: 196px;
}

.consultation_form_cont_right2 input::-webkit-input-placeholder {
	color: #FFFFFF;
}

.consultation_form_cont_right2 span {
	top: 0;
	left: 8px;
	font-size: 24px !important;
	color: #FFFFFF;
	line-height: 48px;
}


.consultation_form_cont_right3 {
	width: 105px;
	height: 44px;
	float: left;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid transparent;
}

.consultation_form_cont_right3 img {
	width: 100%;
	height: 100%;
}

.consultation_form_cont_right4 {
	float: left;
	width: 210px;
	text-align: center;
	height: 44px;
	line-height: 44px;
	background-color: #008BDB;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 16px;
	margin-left: 15px;
	cursor: pointer;
	border: 1px solid #008BDB;
}

.consultation_form_cont_right4:hover {
	background-color: #1777af;
	border: 1px solid #1777af;
}


.consultation_form_cont_left1 input:-internal-autofill-selected {
	background-color: #293543 !important;
}

.consultation_banner {
	width: 100%;
	overflow: hidden;
	margin-top: 110px;
	min-height: 930px;
}

.consultation_bannercon {
	width: 1200px;
	margin: auto;
	position: relative;
}

.consultation_bannercon1 {
	position: absolute;
	top: 180px;
	left: -100%;
	transition: all 2.4s;
}

.consultation_bannercon2 {
	position: absolute;
	top: 130px;
	right: -100%;
	transition: all 2.4s;
}

.consultation_bannercon3 {
	position: absolute;
	top: 535px;
	left: -100%;
	width: 280px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #FFFFFF;
	background-color: #08A6CE;
	border-radius: 50px;
	font-size: 22px;
	transition: all 2.4s;
	cursor: pointer;
}






/* 代办公司 */
.agency_banner {
	height: 700px;
	margin-top: 110px;
}

.agency1 {
	width: 100%;
	overflow: hidden;
	background-color: #F4F4F4;
}

.agency1_con {
	width: 1200px;
	margin: auto;
}

.agency1_tit {
	text-align: center;
	font-size: 36px;
	margin: 36px 0;
}

.agency1_cont {
	overflow: hidden;
	margin-bottom: 85px;
}

.agency1_cont_div {
	float: left;
	width: 200px;
	height: 200px;
	text-align: center;
	background-color: #FFFFFF;
	position: relative;
}


.agency1_cont_div::after {
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #F7F7F7;
}

.agency1_cont_div div {
	height: 90px;
	width: 90px;
	background-color: #959595;
	border-radius: 90px;
	margin: auto;
	line-height: 90px;
	margin-top: 26px;
	margin-bottom: 20px;
}

.agency1_cont_div:hover div {
	background-color: #0093DD;
}

.agency1_cont_div div span {
	position: initial;
	color: #FFFFFF;
}

.agency1_cont_div>span {
	color: #333;
}

.agency1_cont_div p {
	font-size: 12px;
	color: #999;
	margin-top: 8px;
}


.agency2 {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
}

.agency2_con {
	width: 1200px;
	margin: auto;
}

.agency2_tit {
	font-size: 36px;
	text-align: center;
	margin-top: 52px;
}

.agency2_cont {
	position: relative;
}

.agency2_cont img {
	width: 1200px;
}

.agency2_cont1 {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: transparent;
	top: 246px;
	left: 115px;
	transition: all 0.4s;
}

.agency2_cont1:hover {
	background-color: #0093DD;
}



.agency3 {
	width: 100%;
	overflow: hidden;
	background-color: #FE3F3A;
}

.agency3_con {
	width: 1200px;
	margin: auto;
}

.agency3_tit {
	font-size: 36px;
	text-align: center;
	color: #FFF;
	margin-top: 45px;
	margin-bottom: 40px;
}

.agency3_cont {
	overflow: hidden;
	margin-bottom: 90px;
}

.agency3_cont div {
	float: left;
	height: 200px;
	width: 280px;
	margin: 0 10px;
}

.agency3_cont p {
	text-align: center;
	font-size: 22px;
	color: #333;
	margin-top: 50px;
}

.agency3_cont span {
	font-size: 20px;
	color: #666;
	display: block;
	margin-top: 10px;
}


.agency4 {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
}

.agency4_con {
	width: 1200px;
	margin: auto;
}

.agency4_tit {
	text-align: center;
	font-size: 36px;
	margin-top: 48px;
	margin-bottom: 22px;
}

.agency4_cont img {
	width: 1200px;
}


.agency5 {
	width: 100%;
	height: 500px;
	overflow: hidden;
	background-color: #FFFFFF;
}

.agency5_con {
	width: 1200px;
	margin: auto;
}

.agency5_tit {
	font-size: 36px;
	text-align: center;
	color: #FFF;
	letter-spacing: 4px;
	margin-top: 40px;
	margin-bottom: 70px;
}

.agency5_cont_div {
	float: left;
	width: 280px;
	height: 180px;
	background-color: #FFFFFF;
	margin: 0 10px;
}

.agency5_cont_div>span {
	position: initial;
	float: left;
	font-size: 76px !important;
	margin-top: 46px;
	margin-left: 24px;
	color: #8432F3;
}

.agency5_cont_div div {
	font-size: 22px;
	font-weight: 600;
	color: #333;
	margin-top: 50px;
}

.agency5_cont_div p {
	font-size: 14px;
	font-weight: 500;
	color: #999;
	margin-top: 12px;
}


.agency6 {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
}

.agency6_con {
	width: 1200px;
	margin: auto;
}

.agency6_tit {
	font-size: 36px;
	text-align: center;
	font-weight: 600;
	color: #333;
	margin-top: 64px;
	margin-bottom: 32px;
}

.agency6_tit p {
	font-weight: 500;
	font-size: 16px;
	color: #999;
	margin-top: 8px;
}

.agency6_cont img {
	width: 1200px;
}


.agency7 {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
}

.agency7_con {
	width: 200px;
	height: 50px;
	line-height: 50px;
	background-color: #FE3F3A;
	color: #FFFFFF;
	text-align: center;
	margin: auto;
	border-radius: 24px;
	margin-bottom: 54px;
	margin-top: 86px;
	cursor: pointer;
}






/* 全网推 */
.pushbanner {
	width: 100%;
	overflow: hidden;
	margin-top: 110px;
	height: 700px;
}

.push1 {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
}

.push1_con {
	width: 1200px;
	margin: auto;
}

.push1_con_div {
	width: 400px;
	float: left;
}

.push1_con_div div {
	width: 100px;
	height: 100px;
	line-height: 100px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: auto;
	border-radius: 4px;
	text-align: center;
	margin-top: 55px;
	transition: all 0.4s;
}

.push1_con_div div span {
	position: initial;
	color: #0093DD;
	font-size: 68px !important;
	transition: all 0.4s;
}


.push1_con_div p {
	font-size: 20px;
	text-align: center;
	margin: 40px 60px 0 60px;
	height: 210px;
}

.push1_con_div p span {
	display: block;
	font-size: 14px;
	margin-top: 20px;
	text-align: left;
}

.push1_con_div:hover div {
	background-color: #0093DD;
	border: 1px solid #0093DD;
}

.push1_con_div:hover div span {
	color: #FFFFFF;
}



.push2 {
	width: 100%;
	overflow: hidden;
	height: 424px;
}

.push2_con {
	width: 1200px;
	margin: auto;
}

.push2_tit {
	font-size: 36px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 600;
	letter-spacing: 2px;
	margin-top: 40px;
	margin-bottom: 80px;
}

.push2_tit p {
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 500;
	margin-top: 10px;
}


.push2_cont div {
	font-size: 46px;
	float: left;
	text-align: center;
	width: 240px;
	letter-spacing: 2px;
	color: #FFFFFF;
	font-weight: 600;
}

.push2_cont div p {
	font-size: 16px;
	letter-spacing: 0;
	margin-top: 16px;
	font-weight: 500;
}

.push3 {
	width: 100%;
	overflow: hidden;
	background-color: #F5F8FA;
}

.push3_con {
	width: 1200px;
	margin: auto;
}

.push3_tit {
	font-size: 36px;
	color: #333;
	font-weight: 600;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 40px;
}

.push3_cont {
	margin-bottom: 72px;
	overflow: hidden;
	padding-top: 5px;
}

.push3_cont div {
	width: 280px;
	height: 190px;
	float: left;
	text-align: center;
	font-size: 18px;
	background-color: #FFFF;
	border-radius: 10px;
	overflow: hidden;
	margin: 0px 10px;
	margin-bottom: 30px;
}

.push3_cont div:hover {
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
}


.push3_cont div img {
	margin-top: 20px;
}

.push3_cont div p {
	color: #333;
	margin-top: 6px;
}

.push3_cont div>span {
	position: initial;
	font-size: 56px !important;
	color: #0093DD;
	display: block;
	margin-top: 28px;
}

.push3_cont div p span {
	display: block;
	font-size: 14px;
	margin-top: 8px;
}

.push4 {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
}

.push4_con {
	width: 1200px;
	margin: auto;
}

.push4_tit {
	font-size: 36px;
	color: #333;
	font-weight: 600;
	text-align: center;
	margin-top: 65px;
	margin-bottom: 40px;
}

.push4_cont {
	margin-bottom: 72px;
}

.push5 {
	width: 100%;
	height: 520px;
	overflow: hidden;
}

.push5_con {
	width: 1200px;
	margin: auto;
}

.push5_tit {
	font-size: 36px;
	text-align: center;
	color: #FFFFFF;
	margin: 38px 0 42px 0;
}


.push5_cont_div {
	float: left;
	width: 220px;
	margin: 0 10px;
	background-color: #FFFFFF;
	text-align: center;
	transition: all 0.4s;
}

.push5_cont_div div {
	line-height: 150px;
	height: 150px;
}

.push5_cont_div1 {
	background-image: linear-gradient(to bottom right, #ABDCFF, #0396FF);
}

.push5_cont_div2 {
	background-image: linear-gradient(to bottom right, #81FBB8, #28C76F);
}

.push5_cont_div3 {
	background-image: linear-gradient(to bottom right, #90F7EC, #32CCBC);
}

.push5_cont_div4 {
	background-image: linear-gradient(to bottom right, #27AAF9, #4D82F7);
}

.push5_cont_div5 {
	background-image: linear-gradient(to bottom right, #A1B7D5, #8CA6CC);
}

.push5_cont_div span {
	position: initial;
	color: #FFFFFF;
	font-size: 64px !important;
}

.push5_cont_div p {
	line-height: 26px;
	height: 90px;
	font-size: 16px;
	color: #666;
	margin-top: 36px;
}

.push5_cont_div:hover {
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}



.push6 {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
}

.push6_con {
	width: 1200px;
	margin: auto;
}

.push6_tit {
	font-size: 36px;
	color: #333;
	font-weight: 600;
	text-align: center;
	margin-top: 65px;
	margin-bottom: 40px;
}

.push6_cont {
	margin-bottom: 38px;
}



/* 商城系统 */
.marketsysbanner {
	width: 100%;
	overflow: hidden;
	height: 800px;
	margin-top: 110px;
}

.marketsysbanner_con {
	width: 1200px;
	margin: auto;
	position: relative;
}

.marketsysbanner_con1 {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	position: absolute;
	top: 530px;
	left: 0;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 20px;
	font-size: 24px;
	cursor: pointer;
	transition: all 0.4s;
}

.marketsysbanner_con1:hover {
	background-color: #FFFFFF;
	color: #DA423F;
}

.market_sys1 {
	overflow: hidden;
	background-color: #FFFFFF;
	width: 100%;
}

.market_sys1_con {
	width: 1200px;
	margin: auto;
}

.market_sys1_tit {
	text-align: center;
	position: relative;
	margin-top: 72px;
}

.market_sys1_tit_div1 {
	font-size: 36px;
	width: 250px;
	margin: auto;
	position: relative;
	z-index: 2;
	background-color: #FFFFFF;
	color: #333;
}

.market_sys1_tit_div2 {
	height: 1px;
	width: 450px;
	background-color: #DBDBDB;
	position: absolute;
	top: 24px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

.market_sys1_tit1 {
	text-align: center;
	font-size: 14px;
	color: #666;
	margin-top: 40px;
	margin-bottom: 44px;
	line-height: 30px;
}

.market_sys1_cont {
	text-align: center;
}

.market_sys1_cont1 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #F5F5F5;
	margin-top: 30px;
	margin-bottom: 80px;
}

.market_sys1_cont1 li {
	float: left;
	font-size: 16px;
	margin-right: 48px;
	color: #666;
	transition: all 0.4s;
}

.market_sys1_cont1 li:hover {
	color: #E74442;
}

.market_sys1_cont1 li:first-child:hover {
	color: #666;
}


.market_sys1_cont1 li span {
	position: initial;
	font-size: 24px !important;
	float: left;
	margin-right: 8px;
}

.market_sys1_cont1>ul {
	margin: 0 20px;
}

.market_sys1_cont1>ul>span {
	position: initial;
	font-size: 24px !important;
	float: right;
	color: #666;
	transition: all 0.4s;
}

.market_sys1_cont1>ul>span:hover {
	color: #E74442;
}


.market_sys2 {
	width: 100%;
	overflow: hidden;
	background-color: #F8F9FA;
}

.market_sys2_con {
	width: 1200px;
	margin: auto;
}

.market_sys2_tit {
	text-align: center;
	position: relative;
	margin-top: 72px;
}

.market_sys2_tit_div1 {
	font-size: 36px;
	width: 500px;
	margin: auto;
	position: relative;
	z-index: 2;
	background-color: #F8F9FA;
	color: #333;
}

.market_sys2_tit_div2 {
	height: 1px !important;
	width: 700px;
	background-color: #DBDBDB;
	position: absolute;
	top: 24px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

.market_sys2_tit1 {
	text-align: center;
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin-top: 36px;
}


.market_sys2_cont1 {
	text-align: center;
	font-size: 20px;
	color: #333;
	margin-top: 40px;
}

.market_sys2_cont2 {
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 150px;
}

.market_sys2_cont2 ul {
	margin: auto;
	display: inline-block;
}

.market_sys2_cont2 li {
	float: left;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-right: 20px;
}

.market_sys2_cont2 li span {
	position: initial;
	float: left;
	color: #C62219;
	font-size: 20px !important;
	margin-top: 1px;
	margin-right: 6px;
}



.market_sys3 {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
}

.market_sys3_con {
	width: 1200px;
	margin: auto;
}

.market_sys3_tit {
	text-align: center;
	position: relative;
	margin-top: 72px;
}

.market_sys3_tit_div1 {
	font-size: 36px;
	width: 500px;
	margin: auto;
	position: relative;
	z-index: 2;
	background-color: #FFFFFF;
	color: #333;
}

.market_sys3_tit_div2 {
	height: 1px !important;
	width: 700px;
	background-color: #DBDBDB;
	position: absolute;
	top: 24px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

.market_sys3_cont {
	overflow: hidden;
	margin-top: 36px;
}

.market_sys3_cont_div {
	width: 378px;
	height: 348px;
	border: 1px solid #E6E6E6;
	float: left;
	margin: 10px;
}

.market_sys3_cont_div:hover {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.market_sys3_cont_div:hover .market_sys3_cont_div1 {
	background-color: #FFFFFF;
}

.market_sys3_cont_div:hover .market_sys3_cont_div1 span {
	color: #FF6565;
}

.market_sys3_cont_div1 {
	text-align: center;
	width: 98px;
	height: 98px;
	line-height: 98px;
	border-radius: 100px;
	background-color: #FF6565;
	border: 2px solid #FF6565;
	margin: 20px auto;
	transition: all 0.4s;
}

.market_sys3_cont_div1 span {
	position: initial;
	color: #FFFFFF;
	transition: all 0.4s;
}

.market_sys3_cont_div2 {
	text-align: center;
	font-size: 22px;
	font-weight: 500;
}

.market_sys3_cont_div3 {
	margin: 20px 70px;
	color: #666;
	line-height: 26px;
	position: relative;
}

.market_sys3_cont_div3 span {
	position: absolute;
	left: -15px;
	font-size: 56px;
	top: -4px;
}

.market_sys4 {
	width: 100%;
	background-color: #FFFFFF;
	overflow: hidden;
}

.market_sys4_con {
	width: 1200px;
	margin: auto;
}

.market_sys4_tit {
	text-align: center;
	font-size: 36px;
	color: #333333;
	margin-top: 66px;
}

.market_sys4_tit span {
	color: #FE3F3A;
}

.market_sys4_tit p {
	color: #666;
	font-size: 14px;
	margin-top: 24px;
}

.market_sys4_cont {
	overflow: hidden;
	margin-top: 50px;
	height: 468px;
	margin-bottom: 80px;
}

.market_sys4_cont_left {
	width: 50%;
	float: left;
	text-align: right;
}

.market_sys4_cont_left img {
	height: 100%;
}

.market_sys4_cont_right {
	float: right;
	width: 46%;
}

.market_sys4_cont_right1 {
	font-size: 16px;
}

.market_sys4_cont_right1 span {
	font-size: 26px;
	color: #FE3F3A;
	font-weight: 600;
}

.market_sys4_cont_right2 {
	text-align: center;
}

.market_sys4_cont_right2_div {
	width: 33%;
	float: left;
	margin-top: 50px;
	margin-bottom: 10px;
}

.market_sys4_cont_right2_div div {
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: auto;
	border-radius: 50px;
	border: 1px solid #F9443B;
	transition: all 0.4s;
}

.market_sys4_cont_right2_div div span {
	position: initial;
	font-size: 26px !important;
	color: #F9443B;
	transition: all 0.4s;
}

.market_sys4_cont_right2_div p {
	font-size: 18px;
	margin-top: 4px;
}

.market_sys4_cont_right2_div>span {
	font-size: 14px;
	color: #666;
	margin-top: 14px;
	display: block;
	line-height: 22px;
}


.market_sys4_cont_right2_div:hover div span {
	color: #FFFFFF;
}


.market_sys4_cont_right2_div:hover div {
	background-color: #F9443B;
}


.market_sys5 {
	width: 100%;
	overflow: hidden;
	background-image: linear-gradient(#E84442, #DA423F);
}

.market_sys5_con {
	width: 1200px;
	margin: auto;
}

.market_sys5_tit {
	font-size: 36px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 62px;
}

.market_sys5_tit p {
	font-size: 16px;
	margin-top: 38px;
}

.market_sys5_cont {
	margin-top: 20px;
}

.market_sys5_cont img {
	width: 100%;
}


.market_sys6 {
	width: 100%;
	overflow: hidden;
	height: 330px;
}

.market_sys6_tit {
	text-align: center;
	color: #FFFFFF;
	font-size: 30px;
	margin-top: 68px;
}

.market_sys6_cont {
	text-align: center;
	border: 1px solid #FE3F3A;
	background-color: #FE3F3A;
	width: 200px;
	height: 40px;
	line-height: 40px;
	margin: auto;
	color: #FFFFFF;
	border-radius: 14px;
	font-size: 20px;
	margin-top: 48px;
	cursor: pointer;
	transition: all 0.4s;
}

.market_sys6_cont:hover {
	background-color: #cf312d;
	border: 1px solid #cf312d;
}























/*!static/css/device.css*/
body {
	background: #EDECF1;
	font-family: '微软雅黑' !important;
}

* ul {
	list-style: none;
}

.w100 {
	width: 240px !important;
}

a:hover {
	text-decoration: none !important;
}

.header {
	position: fixed;
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: #fff;
	z-index: 1000;
	box-shadow: 0px 0px 3px #ccc;
}

.logo {
	margin-left: 25px;
}

.h_text {
	float: right;
	margin-right: 25px;
}

.h_txt {
	display: block;
	float: left;
}

.h_txt_p {
	float: left;
}

.h_txt_p img {
	width: 52px;
	height: 52px;
	border-radius: 52px;
}

.h_txt_t {
	float: left;
	padding: 0 20px;
}

.h_text ul {
	float: left;
}

.h_text ul li {
	float: left;
}

.h_text ul li a {
	display: block;
}

.h_text ul li a i {
	margin-left: 8px;
	font-size: 18px;
}

/*PC端下拉菜单 */

.h_text .mli {
	float: left;
	position: relative;
	z-index: 9;
	margin-left: 10px;
}

.h_text .mli a.ma {
	padding: 20px 10px;
	display: inline-block;
	color: #ccc;
}

.h_text .mli a.ma:hover {
	color: #000;
	background: #fff;
}

.h_text .subMenu {
	position: absolute;
	left: 0;
	top: 110%;
	margin-left: 0;
	visibility: hidden;
	background-color: #fff;
	width: 138px;
	border-top: 2px solid #fff;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.h_text .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: -7px;
	margin-left: -5px;
	border-bottom: 5px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.h_text .subMenu li {
	float: none;
}

.h_text .subMenu li a {
	display: block;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #444;
	border-bottom: 1px #eee solid;
	font-size: 12px;
}

.h_text .subMenu li a:hover {
	background-color: #eee;
	text-indent: 10px;
}

.h_text .mli:hover ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

.h_text .subMenu>li>ul>li>ul>li>a {
	background-color: #F6F6F6;
}

.h_text .subMenu>li>ul>li>ul>li>a:before {
	content: "";
	display: block;
	float: left;
	border-left: 5px solid #ccc;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	padding-left: 5px;
	margin-top: 4px;
}

.support {
	border-left: solid 1px #EEEEF0;
	border-right: solid 1px #EEEEF0;
	padding: 0 30px;
	position: relative;
}

.h_text ul li .service i {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	display: inline-block;
}

.h_text ul li:hover .service i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.exit {
	padding-left: 30px;
}

.menu {
	position: fixed;
	width: 210px;
	height: 100%;
	min-height: 100%;
	float: left;
	background: #008BD6;
	z-index: 99;
	top: 70px;
}

.menu ul li {
	text-align: center;
}

.menu ul li a {
	display: block;
	height: 60px;
	line-height: 60px;
	color: #fff;
	border-bottom: solid 1px #0C92DB;
}

.menu ul li a i {
	font-size: 18px;
	padding-left: 40px;
}

.menu ul li.menu_active a,
.menu ul li.menu_active a:hover {
	background: #ededf0;
	color: #008AD5;
	border-bottom: solid 1px #0C92DB;
}

.menu ul li a:hover {
	background: #0081c5;
}

.page {
	width: 100%;
	padding-top: 70px;
}

.main {
	margin-left: 210px;
}

.module {
	margin: 25px;
	margin-bottom: 0;
}

.user_base {
	padding: 25px;
	background: #fff;
}

.user_base-change {
	text-align: center;
}

.user_base-height {
	min-height: 230px;
}

.c_h_p {
	width: 160px;
	height: 160px;
	overflow: hidden;
	float: left;
	position: absolute;
}

.c_h_p img {
	max-width: 100%;
}

.c_h_t {
	float: left;
	width: 100%;
}

.c_h_t .tit {
	color: #008cd6;
	font-size: 24px;
	padding: 10px 0 20px 0px;
	margin-left: 185px;
}

.type_box {
	margin-left: 185px;
}

.type {
	width: 100%;
	border: dotted 1px #ccc;
}

.type ul {
	display: inline-block;
	padding: 30px;
	width: 100%;
}

.type ul li {
	float: left;
	width: 15%;
}

@media screen and (max-width:1890px) {
	.type ul li {
		width: 20%;
	}
}

.editor,
.top-up,
.manag,
.read {
	display: inline-block;
	text-align: center;
	width: 40px;
	border-radius: 3px;
	border: solid 1px #67ade1;
	color: #67ade1;
	margin-left: 5px;
	font-size: 12px;
}

.manag,
.read {
	opacity: 1;
}

.type ul li span {
	color: #EA7400;
}

.type ul li i {
	font-style: normal;
	color: #EB6A16;
}

.money:hover .top-up,
.site:hover .manag,
.message:hover .read {
	opacity: 1;
}

.backg {
	background: #EDECF1;
}

.management_box {
	margin-left: -25px;
}

.management {
	margin-left: 25px;
}

.management_p {
	float: left;
}

.management_t {
	float: left;
	padding: 5px 0 0 30px;
	font-size: 12px;
}

.management_t li {
	line-height: 28px;
}

.management_t li a {
	background: #E5E5E5;
	padding: 2px 5px;
	border-radius: 3px;
	margin: 0 10px -7px 0;
	line-height: normal;
}

.management_t .url a {
	background: none;
}

.management_t .url .btnDomain {
	background: #e5e5e5 none repeat scroll 0 0;
	border-radius: 3px;
	line-height: normal;
	margin: 0 10px -7px 0;
	padding: 2px 5px;
}

.management_t li .m_active {
	background: #008BD6;
	color: #FFF;
	padding: 2px 5px;
	border-radius: 3px;
}

.ditor {
	float: right;
}

.ditor li {
	margin: 10px 0;
	position: relative;
}

.ditor li a {
	display: block;
	border: solid 1px #CDCDCD;
	padding: 6px 30px;
	border-radius: 3px;
}

.ditor li a:hover {
	background: #00A0E8;
	color: #fff;
	border: solid 1px #00A0E8;
}

.ditor li a i {
	padding-right: 10px;
}

.center_tit {
	font-size: 16px;
	color: #038CD4;
	border-bottom: dashed 1px #E5E5E5;
	padding-bottom: 10px;
}

.center_tit i {
	margin-right: 10px;
}

.center_text {
	padding-top: 10px;
	font-size: 12px;
	line-height: 25px;
}

.center_text i {
	margin-right: 5px;
}

.center_text span {
	float: right;
}

.center_text a:hover {
	color: #038CD4;
}

.copy {
	border-top: solid 1px #E1E0E5;
	font-size: 12px;
	padding: 30px 0 30px 0;
}

.create {
	height: 80px;
	background: #fff;
	z-index: 100;
	position: fixed;
	bottom: 0;
	width: 100%;
	box-shadow: 0 -1px 3px #ccc;
	transition: 1.5s all;
	-webkit-transition: 1.5s all;
}

.create_t {
	display: block;
	margin: 20px auto;
	text-align: center;
	color: #fff;
	width: 180px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	background: #FF4700;
}

.create_t:hover {
	color: #fff;
	background: #D33B03;
}

.create i {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 25px;
	display: block;
	cursor: pointer;
}

.site_box {
	border: solid 1px #F7F7F7;
	margin-bottom: 20px;
}

.site_box:last-child {
	margin-bottom: 0px;
}

.site_tit_box {
	padding-bottom: 0;
}

.site_tit {
	border-bottom: dotted 1px #DEDEDE;
	padding-bottom: 20px;
	;
	position: relative;
	overflow: hidden;
}

.site_tit i {
	font-size: 35px;
	color: #008BD6;
	margin-right: 10px;
}

.site_tit h3 {
	position: absolute;
	left: 45px;
	top: -15px;
}

.new_bulid_box,
.use {
	padding-bottom: 0;
}

.use ul {
	display: inline-block;
	width: 100%;
	background: #F9F9F9;
	border-bottom: solid 1px #E8E8E8;
}

.use ul li {
	float: left;
}

.use ul li a {
	display: block;
	padding: 20px 30px;
	border-bottom: solid 1px #F9F9F9;
}

.use ul li a:hover,
.use ul li .use_active {
	border-bottom: solid 1px #008BD6;
}

.new_bulid {
	display: block;
	background: #008BD6;
	color: #fff;
	text-align: center;
	padding: 35px 0;
	font-size: 35px;
}

.new_bulid i {
	margin-right: 20px;
}

.new_bulid:hover {
	background: #0081c5;
	color: #fff;
}

.account {
	font-size: 20px;
	margin-bottom: 10px;
}

.account_money {
	font-size: 25px;
	float: left;
}

.account_money span {
	font-size: 35px;
	color: #F78E01;
	letter-spacing: 2px;
	margin-right: 10px;
}

.charge {
	float: left;
	display: block;
	background: #008BD6;
	padding: 5px 25px;
	color: #fff;
	margin: 10px 0 0 40px;
	border-radius: 3px;
}

.charge i,
.invoice i {
	margin-right: 10px;
}

.charge:hover {
	background: #0081c5;
	color: #fff;
}

.invoice {
	float: left;
	display: block;
	background: #67BB63;
	padding: 5px 25px;
	color: #fff;
	margin: 10px 0 0 40px;
}

.invoice:hover {
	color: #fff;
	background: #55A252;
}

table {
	width: 100%;
	border: solid 1px #E9E9E9;
	border-collapse: collapse;
}

th {
	background: #F9F9F9;
}

td,
th {
	height: 40px;
	border: solid 1px #E9E9E9;
	text-align: center;
}

td {
	font-size: 12px;
}

tr:hover {
	background: #F9F9F9;
}

.project {
	text-align: left;
	text-indent: 15px;
}

.page_num_box {
	float: right;
}

.page_num_box ul li {
	float: left;
}

.page_num_box ul li a {
	display: block;
	border: solid 1px #E9E9E9;
	padding: 3px 0;
	width: 25px;
	text-align: center;
	font-size: 12px;
}

.page_num_box ul li a:hover,
.page_num_box ul .page_num_active {
	background: #008BD6;
	color: #fff;
	border: solid 1px #008BD6;
}

.enter {
	display: block;
	margin-bottom: 6px;
}

/* 账号管理 */

#Province,
#City,
#County {
	width: 100px;
	height: 30px;
}

.link_blue {
	color: #EB6A16;
}

.user_padd {
	padding: 0 50px 50px 50px;
}

.user {
	display: inline-block;
	border: solid 1px #D6D6D6;
	padding: 6px 0;
	width: 130px;
	text-align: center;
	margin-right: 20px;
}

.user_active,
.user:hover {
	background: #008BD6;
	color: #fff;
	border: solid 1px #008BD6;
}

.user_data_none {
	display: none;
}

.data_tit {
	font-size: 18px;
	border-bottom: solid 1px #EDEDED;
	padding-bottom: 15px;
	margin-top: 40px;
}

.data_tit-change {
	margin-top: 20px !important;
}

.data_box {
	margin-top: 25px;
	padding: 0 20px;
}

.data_type {
	float: left;
	margin-right: 30px;
	position: relative;
	width: 75px;
	text-align: right;
	line-height: 39px;
}

.data_con {
	float: left;
	width: 80%;
}

.data_con .input-box .icon-ok-circle {
	top: 14px;
}

.invoice_tip {
	width: 360px;
	line-height: normal;
	font-size: 12px;
}

.invoice_tip span {
	color: red;
}

.upload {
	display: inline-block;
	width: 110px;
	text-align: center;
	padding: 5px 0;
	background: #EDEDED;
	letter-spacing: 5px;
	border-radius: 5px;
	margin: 0 20px;
	line-height: normal;
}

.data_type i {
	position: absolute;
	left: -20px;
	top: 12px;
	color: #FF414D;
	display: block;
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
}

.replace {
	display: inline-block;
	width: 50px;
	text-align: center;
	padding: 2px 0;
	background: #F6A202;
	color: #fff;
	border-radius: 5px;
	margin-left: 10px;
	font-size: 12px;
	line-height: normal;
}

.replace:hover {
	background: #E89803;
	color: #fff;
}

.save_box {
	margin: 65px 0 0 0;
}

.save {
	display: inline-block;
	width: 242px;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	background: #008BD6;
	border-radius: 3px;
	border: none;
}

.save:hover {
	color: #fff;
	background: #0081c5;
}

/* 通知公告 */

.deal_box {
	display: inline-block;
	float: left;
}

.deal {
	padding: 3px 12px;
	border: solid 1px #E9E9E9;
	display: inline-block;
	margin-right: 10px;
}

.deal:hover {
	background: #008BD6;
	color: #fff;
	border: solid 1px #008BD6;
}

/* 增值税发票申请 */

.The_VAT {
	margin: 20px 50px;
}

.The_VAT a {
	color: red;
}

/* 安全设置 */

.get-btn {
	min-width: 80px;
	padding: 7px 5px;
	text-align: center;
	background: #008AD5;
	color: #fff;
	border-radius: 3px;
	border: none;
	position: absolute;
	left: 160px;
	top: 0;
	font-size: 12px;
}

.get-btn1 {
	min-width: 80px;
	padding: 7px 5px;
	text-align: center;
	background: #ccc;
	color: #333;
	border-radius: 3px;
	border: none;
	position: absolute;
	left: 160px;
	top: 0;
	font-size: 12px;
}

.popup-window1 {
	padding-top: 20px;
}

.popup-window2 {
	padding-top: 60px;
	display: none;
}

.btnSave1 {
	padding: 12px 70px;
	color: #fff;
	background: #0080C4;
	width: 242px;
	border-radius: 3px;
	margin-top: 59px;
}

.modalDialog .dialogMain {
	padding-top: 30px;
	text-align: left;
	display: inline-block;
}

.input-error {
	box-shadow: none;
	color: #E56F46;
	font-size: 14px;
	border: none;
	padding-right: 8px;
	text-indent: 4px;
}

.btnSave {
	padding: 12px 70px;
	color: #fff;
	background: #0080C4;
	width: 242px;
	border-radius: 3px;
	margin-top: 8px;
	display: inline-block;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

.btnSave:hover {
	background: #005D8E;
}

.input-box {
	display: inline-block;
	margin-bottom: 2px !important;
	height: 62px;
	position: relative;
}

.input-box .error-span {
	color: #E56F46;
	font-size: 12px;
}

.security ul {
	border: solid 1px #F2F2F2;
	line-height: 16px;
}

.security ul li {
	display: block;
	padding: 20px 30px;
	border-top: solid 1px #F2F2F2;
}

.security ul li:first-child {
	border: none;
}

.security_type {
	float: left;
	font-weight: 600;
}

.security_tip {
	float: left;
	margin-left: 50px;
	max-width: 900px;
}

.set {
	float: right;
	font-size: 12px;
}

.set i {
	margin-right: 5px;
}

.set_ed {
	color: #EB6A16;
}

.modify {
	border-left: solid 1px #E1E0E5;
	padding-left: 7px;
	margin-left: 5px;
}

/* 普通发票申请 */

.tip {
	background: #C0E2F4;
	width: 500px;
	padding: 15px;
	font-size: 12px;
}

.tip ul li {
	list-style-type: decimal;
	margin: 5px 0 0 20px;
}

/* 通知公告-子页 */
.Announce_z_tit {
	text-align: center;
	margin-bottom: 25px;
}

.z_tit_text {
	font-size: 20px;
}

.Announce_z_con {
	border-top: solid 1px #E9E9E9;
	border-bottom: solid 1px #E9E9E9;
	line-height: 2;
}

.li_indent {
	padding-left: 30px;
	margin-top: 10px;
}

.li_num {
	margin-left: 60px;
}

.li_num li {
	list-style-type: decimal;
}

.btn_return {
	margin-left: 25px;
}

@media only screen and (max-width: 1570px) {
	.col-max-12 {
		float: left;
		width: 100%;
	}

	.type ul li {
		width: 24%;
	}

	.management_p img {
		width: 150px;
		margin-top: 15px;
	}

	.management_t {
		padding: 5px 0 0 20px;
	}
}

@media only screen and (max-width: 1400px) {
	.c_h_p {
		width: 140px;
		height: 140px;
	}

	.c_h_t .tit {
		padding: 0 0 10px 0px;
		margin-left: 165px;
	}

	.type_box {
		margin-left: 165px;
	}

	.security_tip {
		max-width: 600px;
		margin-left: 35px;
	}

	table {
		font-size: 12px;
	}

	.project {
		text-indent: 10px;
	}

	.deal {
		font-size: 12px;
	}

	.page_num_box ul li a {
		font-size: 12px;
	}

	.repair_choice {
		margin-left: 165px !important;
	}

	.management_p img {
		width: 0px;
		padding: 0;
	}

	.type ul li:last-child {
		width: 28%;
	}

	.save-btn {
		margin-left: 6px !important;
	}
}

@media only screen and (max-width: 1260px) {

	.col-bg-1,
	.col-bg-2,
	.col-bg-3,
	.col-bg-4,
	.col-bg-5,
	.col-bg-6,
	.col-bg-7,
	.col-bg-8,
	.col-bg-9,
	.col-bg-10,
	.col-bg-11,
	.col-bg-12 {
		float: left;
	}

	.col-bg-12 {
		width: 100%;
	}

	.col-bg-11 {
		width: 91.66666667%;
	}

	.col-bg-10 {
		width: 83.33333333%;
	}

	.col-bg-9 {
		width: 75%;
	}

	.col-bg-8 {
		width: 66.66666667%;
	}

	.col-bg-7 {
		width: 58.33333333%;
	}

	.col-bg-6 {
		width: 50%;
	}

	.col-bg-5 {
		width: 41.66666667%;
	}

	.col-bg-4 {
		width: 33.33333333%;
	}

	.col-bg-3 {
		width: 25%;
	}

	.col-bg-2 {
		width: 16.66666667%;
	}

	.col-bg-1 {
		width: 8.33333333%;
	}

	.management {
		margin-bottom: 25px;
	}

	.c_h_p {
		width: 120px;
		height: 120px;
	}

	.c_h_t .tit {
		margin-left: 145px;
	}

	.type_box {
		margin-left: 145px;
	}

	.c_h_t .tit {
		font-size: 20px;
	}

	.type ul {
		padding: 20px;
		font-size: 12px;
	}

	.type ul li {
		width: 24%;
	}

	.security ul li {
		padding: 20px;
	}

	.security_tip {
		max-width: 480px;
		margin-left: 25px;
	}

	.new_bulid {
		padding: 18px 0;
		font-size: 20px;
	}

	.menu {
		width: 180px;
	}

	.menu ul li a i {
		padding-left: 30px;
	}

	.main {
		margin-left: 180px;
	}

	.save-btn {
		margin-left: 0;
	}
}

/*公用部分*/
.button004 {
	background: #008cd6;
	border-radius: 3px;
	padding: 2px;
	display: inline-block;
	padding: 8px 13px;
	position: relative;
	z-index: 1;
	line-height: 14px;
	text-align: center;
	border: none;
	cursor: pointer;
	overflow: hidden;
	color: #FFFFFF;
	margin: 5px 0;
}

.button004 a {
	color: #FFFFFF;
}

.save-btn {
	width: auto;
	height: auto;
	padding: 6px 10px;
	margin-left: 30px;
}

.closeBtn-change1 {
	padding: 4px 10px;
	background: #008cd6;
	color: #fff !important;
	transition: 0.6s;
	-webkit-transition: 0.6s;
	border-radius: 3px;
}

.attachment2 {
	display: none;
}

.attachment3 {
	display: none;
}

.text-span {
	font-size: 12px;
	color: #aaaaaa;
	padding-left: 6px;
}

.topUp {
	margin: 0 !important;
	display: inline-block;
}

.modalDialog {
	text-align: center;
}

.edui-default {
	margin-right: 0 !important;
}

.search-btn {
	margin-left: 6px;
}

.search-text {
	display: inline-block;
}

.save-box2 {
	margin: 0 !important;
	text-align: center;
}

.btnSave-3 {
	display: inline-block;
}

.save-box5 {
	margin: 10px 0 0 0;
}

.input-text {
	height: 30px;
	line-height: 30px;
	width: 360px;
	font-size: 12px;
	border-radius: 3px !important;
	border: 1px solid #CCD5DB;
	background-color: #FFF !important;
	text-indent: 12px;
	color: #666;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.input-text:focus {
	box-shadow: 0 0 8px rgba(102, 175, 233, .6);
	border: 1px solid #fff;
}

.change-btn {
	padding-top: 50px !important;
}

.change-width {
	width: 180px;
}

.change-input {
	width: 117px !important;
}

.error {
	font-size: 12px;
	color: #E56F46;
}

.notice_i i {
	color: #EB6A16;
}

.font-style {
	padding-right: 7px;
}

.validation {
	width: 155px !important;
}

.layui-layer-btn a {
	border-radius: 3px;
}

.delete-btn {
	position: absolute;
	left: 65px;
	top: 0;
	background: #008BD6;
	padding: 3px 10px;
}

.data_con {
	line-height: 39px;
}

.modal_dialog .code_img img {
	height: 34px;
	margin-left: 18px;
}

.user_base-change {
	padding-top: 0 !important;
}

.account-change {
	margin-left: 107px;
}

.gu-change {
	width: 380px !important;
}

.gu-change-btn {
	width: 189px !important;
}

/*工单管理-子页查看*/

.closeBtn-change {
	padding: 4px;
	background: #008cd6;
	color: #fff !important;
	transition: 0.6s;
	-webkit-transition: 0.6s;
	border-radius: 3px;
	margin-left: 10px;
	font-size: 12px;
}

.closeBtn-change:hover {
	background: #05679a;
}

.repair .repair_title {
	text-align: right;
	float: right;
	padding-right: 30px;
}

.repair .repair_content {
	text-align: left;
	background-color: #f7f7f7;
	padding: 9px;
	min-height: 100%;
	border-radius: 2px;
}

.repair .repair_reply {
	text-align: left;
	background-color: #D3F1FF;
	padding: 9px;
	min-height: 100%;
	border-radius: 2px;
}

.repair_time {
	margin: 5px 0;
	color: #999999;
}

.repair_domain a {
	color: #008CD6;
}

.repair_choice {
	margin-left: 212px;
	margin-bottom: 20px;
}

.repair_attachment a {
	color: #EB6A16;
}

.repair_attachment {
	margin: 10px 0;
}

.management-upload .upload {
	margin: 0px;
}

/*提交工单*/

.uploadify-button {
	background: #008BD6 !important;
	border: none !important;
	color: #fff !important;
	font-weight: normal !important;
	text-shadow: none !important;
	border-radius: 3px !important;
	margin-top: 2px;
	width: 60px !important;
	position: relative;
}

.uploadify:hover .uploadify-button {
	background: #05679a !important;
	color: #fff !important;
}

.order-cancel {
	margin-top: -71px;
	padding-left: 100px;
	display: inline-block;
	margin-bottom: 50px;
}

/*订单管理*/
.order-time {
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #F9F9F9;
}

/*工单管理*/
.order-btn3 {
	margin-top: -58px;
	float: right;
}

/*充值详情*/
.top-up-number {
	font-size: 18px;
	padding: 0px 0px 40px 0;
}

.btn2 {
	font-size: 12px;
	text-align: right;
}

.top-up-outline th {
	text-align: left;
	padding-left: 20px;
	border-left: solid 3px #E9E9E9;
	background-color: #EAEDF2;
}

.top-up-real {
	float: right;
	margin-right: -80px;
	font-size: 20px;
}

.top-up-money {
	margin-right: -50px;
	font-size: 20px;
}

/*订单详情*/
.order-pay {
	text-align: right;
	font-size: 16px;
	margin-top: -30px;
	color: #FF4700;
}

.total {
	text-align: right;
	margin-top: 10px;
	margin-bottom: -20px;
	margin-right: 20px;
}

.ruduce {
	position: relative;
	line-height: 60px;
	text-align: right;
	text-transform: uppercase;
	margin-right: 20px;
}

.ruduce:after {
	content: '';
	position: absolute;
	top: 50px;
	margin-left: -170px;
	width: 172px;
	height: 1px;
	display: inline-block;
	background: #010F10;
}


.order-vouchers {
	margin-left: 20px;
	float: left;
}

.order-money {
	float: right;
	margin-right: 20px;
	font-weight: bold;
}

/*网上支付*/
.mod-box ul li a {
	display: block;
	float: left;
	color: #636363;
	line-height: 40px;
	padding: 0 40px;
	border-left: solid 1px #E9E9E9;
	z-index: 21;
	position: relative;
}

.mod-box {
	height: 40px;
	width: 95%;
	z-index: 10;
	margin-top: 20px;
	border: solid 1px #EAEDF2;
	margin-left: 30px;
	background-color: #EAEDF2;
	border-left: solid 3px #CCCCCC;
}

.mod-pic1 {
	position: absolute;
	top: 110%;
	margin-left: -20px;
	visibility: hidden;
	background-color: #fff;
	width: 160px;
	border-top: 2px solid #000;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

button {
	border: none;
}

/* 网站创建中  */

#loading {
	background: #FF6537;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	margin-top: 0px;
	top: 0px;
}

#loading-center {
	width: 100%;
	height: 100%;
	position: relative;
}

.loading-text {
	font-size: 30px;
	color: #fff;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 35%;
}

.loading-text span {
	margin: 0 5px;
}

#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 50px;
	width: 150px;
	margin-top: -25px;
	margin-left: -55px;
}

.object {
	width: 8px;
	height: 50px;
	margin-right: 5px;
	background: #fff;
	-webkit-animation: animate 1s infinite;
	animation: animate 1s infinite;
	float: left;
}

.object:last-child {
	margin-right: 0px;
}

.object:nth-child(10) {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.object:nth-child(9) {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.object:nth-child(8) {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.object:nth-child(7) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.object:nth-child(6) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.object:nth-child(5) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.object:nth-child(4) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.object:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.object:nth-child(2) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

@-webkit-keyframes animate {
	50% {
		-ms-transform: translateX(-25px) scaleY(0.5);
		-webkit-transform: translateX(-25px) scaleY(0.5);
		transform: translateX(-25px) scaleY(0.5);
	}
}

@keyframes animate {
	50% {
		-ms-transform: translateX(-25px) scaleY(0.5);
		-webkit-transform: translateX(-25px) scaleY(0.5);
		transform: translateX(-25px) scaleY(0.5);
	}
}

/* 模态框  */

.modal_dialog {
	display: inline-block;
	background: #fff;
	padding: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
}

.modal_dialog-change {
	margin: -243px 0 0 -210px;
	width: 340px;
}

.modal_dialog-change1 {
	margin: -180px 0 0 -185px;
	width: 320px;
}

.modal_dialog-change2 {
	margin: -295px 0 0 -240px;
	width: 360px;
}

.modal_dialog-change3 {
	margin: -191px 0 0 -385px;
}

.opening_time {
	float: left;
	width: 75%;
	margin-left: 15px;
}

.modal_dialog_title {
	color: #2f3046;
	margin-bottom: 20px;
	font-size: 24px;
}

.modal_dialog .form_box {
	/*margin-top: 20px;*/
	height: 100px;
}

.modal_dialog .form_box2 {
	margin-top: 20px;
	height: 70px;
	line-height: 40px;
	display: inline-block;
	width: 100%;
}

.modal_dialog .form_box label {
	display: block;
	color: #2F3046;
	font-size: 16px;
	margin-bottom: 5px;
	float: left;
}

.modal_dialog .form_input {
	line-height: 34px;
	height: 34px;
	width: 333px;
	font-size: 12px;
	border-radius: 5px !important;
	border: 1px solid #CCD5DB;
	background-color: #FFF !important;
	text-indent: 12px;
	color: #666;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
}

.modal_dialog .form_input:focus {
	box-shadow: 0 0 3px rgba(255, 101, 55, .3);
	border: 1px solid #2a82cf;
}

.modal_dialog .form_input_code {
	width: 200px;
}

.modal_dialog .code_img img {
	max-width: 100%;
}

.modal_dialog .prompt_message {
	margin-top: 5px;
	color: #ff6537;
	letter-spacing: 1px;
	font-size: 12px;
	display: block;
}

.modal_dialog .prompt_message i {
	margin-right: 5px;
}

.button_default {
	text-align: center;
	background: #ff6537;
	padding: 8px 0;
	color: #FFF;
	border-radius: 5px;
}

.button_normal {
	text-align: center;
	background: #EAEAEA;
	padding: 8px 10px;
	color: #2f3046;
	border-radius: 5px;
	float: right;
}

.modal_dialog .login button {
	width: 350px;
	margin-top: 15px;
}

.modal_dialog .order_content {
	margin: 40px 0;
	padding: 40px 0;
	border-top: solid 1px #EDEDED;
	border-bottom: solid 1px #EDEDED;
	overflow: hidden;
}

.modal_dialog .order_content ul li {
	float: left;
	margin-right: 80px;
}

.modal_dialog .order_content_title {
	color: #2f3046;
	font-size: 16px;
	margin-bottom: 20px;
}

.modal_dialog .order_content_box {
	color: #979797;
}

.modal_dialog .order_settlement button {
	width: 130px;
	margin-right: 10px;
}

.modal_dialog .form_select {
	height: 34px;
	width: 280px;
	font-size: 12px;
	border-radius: 5px !important;
	border: 1px solid #CCD5DB;
	background-color: #FFF !important;
	text-indent: 12px;
	color: #666;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
}

.modal_dialog .form_select:focus {
	box-shadow: 0 0 8px rgba(255, 101, 55, .5);
	border: 1px solid #FF6537;
}

.modal_dialog .opening_time li {
	float: left;
}

.modal_dialog .opening_time li input {
	opacity: 0;
	position: absolute;
	left: -1000%;
}

.modal_dialog .opening_time li:last-child label {
	margin: 0;
}

.modal_dialog .opening_time li label {
	display: block;
	cursor: pointer;
	width: 75px;
	margin-right: 15px;
	text-align: center;
	border: solid 1px #DCDCDC;
	border-radius: 5px;
	color: #656565;
	font-size: 12px;
}

.modal_dialog .opening_time li label.active,
.modal_dialog .opening_time li label:hover {
	border: solid 1px #FF6537;
}

.modal_dialog .package_price {
	font-size: 16px;
	overflow: hidden;
}

.modal_dialog .package_price span {
	font-size: 14px;
}

.modal_dialog .package_price_now {
	float: left;
}

.modal_dialog .package_price_now span {
	color: #bb1717;
}

.modal_dialog .package_price_old {
	font-size: 14px;
	float: right;
	text-decoration: line-through;
}

.modal_dialog .agent_price {
	margin-top: 15px;
	font-size: 16px;
}

.modal_dialog .agent_price span {
	color: #bb1717;
	font-size: 14px;
}

.modal_dialog .package_select {
	margin-top: 40px;
}

.modal_dialog .package_select button {
	width: 130px;
	margin-right: 18px;
}

.modal_dialog .package_select button:last-child {
	margin: 0;
}

.modal_dialog .skip_message a {
	display: block;
	margin-top: 20px;
	color: #FF6537;
}

.modal_dialog .login_two_button {
	float: left;
	width: 50%;
}

.modal_dialog .login_two_button button {
	width: 85%;
}

.error {
	display: block;
}

.error-change {
	width: 242px !important;
	display: block;
}

#VerifyCode {
	width: 260px;
	float: left;
}

.input-change {
	width: 100% !important;
}

.detail-pay {
	text-align: right;
	font-size: 22px;
	margin-right: 20px;
	margin-bottom: 10px;
}

/*站点管理*/

.create-site {
	display: inline-block;
	float: right;
	color: #fff;
	padding: 8px 20px;
	border-radius: 3px;
	background-color: #008AD4;
}

.create-site:hover {
	color: #FFF;
	cursor: pointer;
}

/*.management_t li {
	line-height: 38px;
}*/

.btnMore {
	position: absolute;
}

.popoverContent {
	position: absolute;
	top: 45px;
	left: 0px;
	background-color: #fff;
	display: none;
}

.popoverContent:before {
	content: '\20';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 45%;
	top: -10px;
	border-width: 0 9px 10px;
	border-style: none solid solid;
	border-color: transparent transparent rgba(59, 61, 64, .1);
}

.popoverContent a {
	border-radius: 0 !important;
	display: block;
	text-align: center;
	padding: 6px 28px !important;
	border-top: 0px solid #CDCDCD !important;
	z-index: 100;
}

.popoverContent a:first-child {
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
	border-top: 1px solid #CDCDCD !important;
}

.popoverContent a:last-child {
	border-bottom-left-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
}

.popoverContent a:hover {
	background-color: #008AD4;
	color: #fff;
}

.popover-content {
	padding: 0;
}

.popover {
	padding: 0;
}

.order-totle {
	font-size: 34px;
	padding: 82px 0 0 125px;
}

.order-totle1 {
	font-size: 34px;
	line-height: 78px;
	text-align: center;
	margin-left: 80px;
}

.order-btn:hover a {
	color: #ffffff;
}

.order-btn2:hover a {
	color: #ffffff;
}

.successful a {
	display: block;
	width: 151px;
	height: 39px;
	line-height: 39px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	text-decoration: none;
	border: 1px solid #eeeeee;
	background: #fff;
	border-radius: 5px;
	float: left;
}

.order-btn2 {
	margin-top: 225px;
}

#btn-title1 {
	float: right;
}

.order-title8 {
	color: #ff0000;
}

.order-title3 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.line-box {
	position: relative;
	border-bottom: solid 1px #f0f0f0;
}

.order-pic {
	float: right;
	margin-top: -60px;
	padding: 33px;
}

/*预览隐藏选择设备*/
@media only screen and (max-width: 1024px) {
	#switcher {
		display: none;
	}

	#iframe-wrap {
		top: 0 !important;
	}
}

/*
             *Autor:Jabo
             *Time:2016/11/21
             * Desc:账户充值
             */

.accountRecharge-content-wrapper {
	padding: 25px;
	background: #fff;
}

.accountRecharge-content-wrapper .pay-title {
	margin: 35px 0 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid #eaeaea;
	font-size: 18px;
	color: #333;
}

.accountRecharge-content-wrapper .alipay-box .pay-title {
	margin: 15px 0 20px;
}

.alipay-box img {
	padding: 0 45px;
}

.pay-submit {
	display: inline-block;
}

.accountRecharge-content-wrapper .pay-title .pay-tips {
	margin-left: 30px;
	font-size: 14px;
	color: #ff414d;
}

.alipay-box label.error {
	position: absolute;
}

.alipay-box label {
	margin-right: 20px;
}

.alipay-box .form-group {
	margin-right: 45px;
}

.weixin-pay-box .weixin-pay-logo {
	display: inline-block;
	padding: 10px;
	margin-right: 45px;
	float: left;
	background: #f2f2f2;
}

.weixin-brief {
	float: left;
	font-size: 14px;
	color: #333;
}

.weixin-brief p {
	margin-bottom: 20px;
}

.pay-box {
	margin-bottom: 40px;
	overflow: hidden;
}

.other-pay-box a {
	color: #333;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.other-pay-box a:hover {
	color: #000;
	text-decoration: underline !important;
}

.other-pay-box a span {
	display: inline-block;
	margin-bottom: -6px;
	width: 22px;
	height: 22px;
	background: url(/Images/cpgwimages/pay-other-logo.png) no-repeat;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.other-pay-box div:nth-child(2) a span {
	background-position: 0 top;
}

.other-pay-box div:nth-child(3) a span {
	background-position: 60% top;
}

.other-pay-box div:nth-child(4) a span {
	background-position: 100% top;
}

.other-pay-box div:nth-child(2) a:hover span {
	background-position: 0 bottom;
}

.other-pay-box div:nth-child(3) a:hover span {
	background-position: 60% bottom;
}

.other-pay-box div:nth-child(4) a:hover span {
	background-position: 100% bottom;
}

.form-inline .alipay-amount {
	width: 100px;
}

.form-inline .alipay-remarks {
	width: 400px;
}

.alipay-box .form-inline #btnSave {
	margin-left: -35px;
}

@media screen and (min-width: 980px) and (max-width: 1280px) {
	.form-inline .alipay-remarks {
		width: auto;
	}

	.alipay-box img {
		padding: 0 15px;
	}

	.alipay-box .form-group {
		margin-right: 30px;
	}

	.alipay-box .form-inline #btnSave {
		margin-left: -15px;
	}
}

@media screen and (min-width: 768px) and (max-width: 980px) {
	.form-inline .alipay-remarks {
		width: 324px;
	}

	.alipay-box .form-inline .form-group-amount {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	.form-inline .alipay-amount {
		width: 100%;
	}

	.form-inline .alipay-remarks {
		width: 100%;
	}

	.pay-submit {
		display: block;
		text-align: center;
	}

	.alipay-box .form-inline #btnSave {
		margin-left: 0;
	}

	.pay-box img {
		margin-bottom: 15px;
	}

	.alipay-box img {
		padding: 0 45px 0 10px;
	}

	.other-pay-box a {
		display: block;
		margin-bottom: 10px;
	}

	.pay-box {
		margin-bottom: 20px;
	}

	.alipay-box .form-group {
		margin-right: 0;
	}
}

.pay-back {
	display: none;
}

/**
         * AUTHOR:黄佳宝(Jabo)
         * TIME:2016/07/25
         * DESC:建站方案
         * */
.template_show_list_button .all_button {
	padding: 6px 30px;
}

.template_show_list_button .all_button:first-child {
	margin-right: 8px;
}

@media only screen and (max-width: 1050px) {
	.template_show_list_button .all_button:first-child {
		margin-right: 0;
	}
}

.template_show_list {
	width: 82%;
	/*	padding: 80px 0;*/
	/*padding-right: 10px;*/
}

.template_show-container {
	background: #F5F5F5;
	height: 100%;
	padding: 10px 10px 26px 10px;
}

.template_show_list_text {
	text-align: center;
	margin: 22px 0 12px 0;
	border-bottom: 1px solid #eaeaea;
}

.template_show_list_pic img {
	background: transparent;
	background-color: rgba(0, 0, 0, 0);
}

.template_show_list_pic {
	position: relative;
}

.template_show_list_pic .front-img {
	position: absolute;
	transition: all 0.3s;
}

.template_show_list_pic .front-img:hover {
	opacity: 0;
	filter: Alpha(opacity=0);
}

.template_show_list_button {
	text-align: center;
	margin-top: 22px;
}

.template_show_list_text h3 {
	color: #636363;
	font-size: 16px;
	padding-bottom: 8px;
}

.template_show_list_text p {
	color: #9A9A9A;
}

.template_show_content {
	position: relative;
	overflow: hidden;
}

.template_show_list_box {
	border-bottom: solid 1px #F7F7F7;
}

.template_show_list {
	width: 96%;
	max-width: 540px;
	margin: 0 auto;
	padding: 30px 0;
}

.template_show_list_text ul li {
	margin-right: 30px;
	color: #9a9a9a;
}

.template_show_list_text ul li span {
	color: #636363;
}

.template_show_list_button .all_button {
	display: inline-block;
	background: #3B9FF2;
	border: solid 1px #3B9FF2;
	color: #fff;
	padding: 5px 22px;
	border-radius: 3px;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.template_show_list_button .all_button:hover {
	background-color: #2088de;
}

.template_show .know_more {
	border-top: solid 1px #F7F7F7;
}

.web_tip {
	margin: 76px 0 36px;
	text-align: center;
	position: relative;
}

.web_tip:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
	border-bottom: 1px solid #eee;
}

.web_tip h4 {
	font-size: 16px;
	position: relative;
	display: inline-block;
	background-color: #fff;
	padding: 0 30px;
	z-index: 1;
}

.web_tip .create_web {
	margin-top: 18px;
}

.web_tip a {
	display: inline-block;
	padding: 6px 30px;
	background: #3B9EF3;
	border-radius: 3px;
	color: #fff;
	border: solid 1px #3B9FF2;
	transition: all 0.3s;
}

.web_tip a:hover {
	background: transparent;
	color: #3B9FF2;
}

@media only screen and (max-width: 1110px) {
	.web_tip h4 {
		padding: 0 26px;
	}

	.template_show_list_text {
		position: relative;
		margin: 22px 0 12px 0;
		text-align: center;
	}

	.template_show_list_button {
		margin-top: 12px;
		text-align: center;
	}

	.template_show_list_button .all_button:first-child {
		float: none;
		margin-left: 0;
	}

	.template_show_list_button a:last-child {
		float: none;
	}

	.template_show-container {
		padding: 10px 10px 18px 10px;
	}

	.web_tip {
		margin: 50px 0 26px;
	}
}

@media only screen and (min-width: 420px) and (max-width: 770px) {
	.web_tip h4 {
		padding: 0 20px;
	}

	.web_tip {
		margin: 40px 0 16px;
	}

	.template_show_list_button .all_button:first-child {
		margin-left: 0;
	}
}

@media only screen and (max-width: 420px) {
	.web_tip h4 {
		padding: 0 15px;
	}

	.web_tip {
		margin: 40px 0 6px;
	}

	.template_show_list {
		padding: 30px 0 !important;
	}
}

@media only screen and (max-width: 322px) {
	.web_tip:before {
		display: none;
	}
}

/*!static/layui/css/layui.css*/
/** layui-v2.5.5 MIT License By https://www.layui.com */
.layui-inline,
img {
	display: inline-block;
	vertical-align: middle
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400
}

.layui-edge,
.layui-header,
.layui-inline,
.layui-main {
	position: relative
}

.layui-body,
.layui-edge,
.layui-elip {
	overflow: hidden
}

.layui-btn,
.layui-edge,
.layui-inline,
img {
	vertical-align: middle
}

.layui-btn,
.layui-disabled,
.layui-icon,
.layui-unselect {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none
}

.layui-elip,
.layui-form-checkbox span,
.layui-form-pane .layui-form-label {
	text-overflow: ellipsis;
	white-space: nowrap
}

.layui-breadcrumb,
.layui-tree-btnGroup {
	visibility: hidden
}

blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a:active,
a:hover {
	outline: 0
}

img {
	border: none
}

li {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

h4,
h5,
h6 {
	font-size: 100%
}

button,
input,
optgroup,
option,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word
}

body {
	line-height: 24px;
	font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif
}

hr {
	height: 1px;
	margin: 10px 0;
	border: 0;
	clear: both
}

a {
	color: #333;
	text-decoration: none
}

a:hover {
	color: #777
}

a cite {
	font-style: normal;
	*cursor: pointer
}

.layui-border-box,
.layui-border-box * {
	box-sizing: border-box
}

.layui-box,
.layui-box * {
	box-sizing: content-box
}

.layui-clear {
	clear: both;
	*zoom: 1
}

.layui-clear:after {
	content: '\20';
	clear: both;
	*zoom: 1;
	display: block;
	height: 0
}

.layui-inline {
	*display: inline;
	*zoom: 1
}

.layui-edge {
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: dashed;
	border-color: transparent
}

.layui-edge-top {
	top: -4px;
	border-bottom-color: #999;
	border-bottom-style: solid
}

.layui-edge-right {
	border-left-color: #999;
	border-left-style: solid
}

.layui-edge-bottom {
	top: 2px;
	border-top-color: #999;
	border-top-style: solid
}

.layui-edge-left {
	border-right-color: #999;
	border-right-style: solid
}

.layui-disabled,
.layui-disabled:hover {
	color: #d2d2d2 !important;
	cursor: not-allowed !important
}

.layui-circle {
	border-radius: 100%
}

.layui-show {
	display: block !important
}

.layui-hide {
	display: none !important
}

@font-face {
	font-family: layui-icon;
	src: url(/static/layui/font/iconfont.eot?v=250);
	src: url(/static/layui/font/iconfont.eot?v=250#iefix) format('embedded-opentype'), url(/static/layui/font/iconfont.woff2?v=250) format('woff2'), url(/static/layui/font/iconfont.woff?v=250) format('woff'), url(/static/layui/font/iconfont.ttf?v=250) format('truetype'), url(/static/layui/font/iconfont.svg?v=250#layui-icon) format('svg')
}

.layui-icon {
	font-family: layui-icon !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.layui-icon-reply-fill:before {
	content: "\e611"
}

.layui-icon-set-fill:before {
	content: "\e614"
}

.layui-icon-menu-fill:before {
	content: "\e60f"
}

.layui-icon-search:before {
	content: "\e615"
}

.layui-icon-share:before {
	content: "\e641"
}

.layui-icon-set-sm:before {
	content: "\e620"
}

.layui-icon-engine:before {
	content: "\e628"
}

.layui-icon-close:before {
	content: "\1006"
}

.layui-icon-close-fill:before {
	content: "\1007"
}

.layui-icon-chart-screen:before {
	content: "\e629"
}

.layui-icon-star:before {
	content: "\e600"
}

.layui-icon-circle-dot:before {
	content: "\e617"
}

.layui-icon-chat:before {
	content: "\e606"
}

.layui-icon-release:before {
	content: "\e609"
}

.layui-icon-list:before {
	content: "\e60a"
}

.layui-icon-chart:before {
	content: "\e62c"
}

.layui-icon-ok-circle:before {
	content: "\1005"
}

.layui-icon-layim-theme:before {
	content: "\e61b"
}

.layui-icon-table:before {
	content: "\e62d"
}

.layui-icon-right:before {
	content: "\e602"
}

.layui-icon-left:before {
	content: "\e603"
}

.layui-icon-cart-simple:before {
	content: "\e698"
}

.layui-icon-face-cry:before {
	content: "\e69c"
}

.layui-icon-face-smile:before {
	content: "\e6af"
}

.layui-icon-survey:before {
	content: "\e6b2"
}

.layui-icon-tree:before {
	content: "\e62e"
}

.layui-icon-upload-circle:before {
	content: "\e62f"
}

.layui-icon-add-circle:before {
	content: "\e61f"
}

.layui-icon-download-circle:before {
	content: "\e601"
}

.layui-icon-templeate-1:before {
	content: "\e630"
}

.layui-icon-util:before {
	content: "\e631"
}

.layui-icon-face-surprised:before {
	content: "\e664"
}

.layui-icon-edit:before {
	content: "\e642"
}

.layui-icon-speaker:before {
	content: "\e645"
}

.layui-icon-down:before {
	content: "\e61a"
}

.layui-icon-file:before {
	content: "\e621"
}

.layui-icon-layouts:before {
	content: "\e632"
}

.layui-icon-rate-half:before {
	content: "\e6c9"
}

.layui-icon-add-circle-fine:before {
	content: "\e608"
}

.layui-icon-prev-circle:before {
	content: "\e633"
}

.layui-icon-read:before {
	content: "\e705"
}

.layui-icon-404:before {
	content: "\e61c"
}

.layui-icon-carousel:before {
	content: "\e634"
}

.layui-icon-help:before {
	content: "\e607"
}

.layui-icon-code-circle:before {
	content: "\e635"
}

.layui-icon-water:before {
	content: "\e636"
}

.layui-icon-username:before {
	content: "\e66f"
}

.layui-icon-find-fill:before {
	content: "\e670"
}

.layui-icon-about:before {
	content: "\e60b"
}

.layui-icon-location:before {
	content: "\e715"
}

.layui-icon-up:before {
	content: "\e619"
}

.layui-icon-pause:before {
	content: "\e651"
}

.layui-icon-date:before {
	content: "\e637"
}

.layui-icon-layim-uploadfile:before {
	content: "\e61d"
}

.layui-icon-delete:before {
	content: "\e640"
}

.layui-icon-play:before {
	content: "\e652"
}

.layui-icon-top:before {
	content: "\e604"
}

.layui-icon-friends:before {
	content: "\e612"
}

.layui-icon-refresh-3:before {
	content: "\e9aa"
}

.layui-icon-ok:before {
	content: "\e605"
}

.layui-icon-layer:before {
	content: "\e638"
}

.layui-icon-face-smile-fine:before {
	content: "\e60c"
}

.layui-icon-dollar:before {
	content: "\e659"
}

.layui-icon-group:before {
	content: "\e613"
}

.layui-icon-layim-download:before {
	content: "\e61e"
}

.layui-icon-picture-fine:before {
	content: "\e60d"
}

.layui-icon-link:before {
	content: "\e64c"
}

.layui-icon-diamond:before {
	content: "\e735"
}

.layui-icon-log:before {
	content: "\e60e"
}

.layui-icon-rate-solid:before {
	content: "\e67a"
}

.layui-icon-fonts-del:before {
	content: "\e64f"
}

.layui-icon-unlink:before {
	content: "\e64d"
}

.layui-icon-fonts-clear:before {
	content: "\e639"
}

.layui-icon-triangle-r:before {
	content: "\e623"
}

.layui-icon-circle:before {
	content: "\e63f"
}

.layui-icon-radio:before {
	content: "\e643"
}

.layui-icon-align-center:before {
	content: "\e647"
}

.layui-icon-align-right:before {
	content: "\e648"
}

.layui-icon-align-left:before {
	content: "\e649"
}

.layui-icon-loading-1:before {
	content: "\e63e"
}

.layui-icon-return:before {
	content: "\e65c"
}

.layui-icon-fonts-strong:before {
	content: "\e62b"
}

.layui-icon-upload:before {
	content: "\e67c"
}

.layui-icon-dialogue:before {
	content: "\e63a"
}

.layui-icon-video:before {
	content: "\e6ed"
}

.layui-icon-headset:before {
	content: "\e6fc"
}

.layui-icon-cellphone-fine:before {
	content: "\e63b"
}

.layui-icon-add-1:before {
	content: "\e654"
}

.layui-icon-face-smile-b:before {
	content: "\e650"
}

.layui-icon-fonts-html:before {
	content: "\e64b"
}

.layui-icon-form:before {
	content: "\e63c"
}

.layui-icon-cart:before {
	content: "\e657"
}

.layui-icon-camera-fill:before {
	content: "\e65d"
}

.layui-icon-tabs:before {
	content: "\e62a"
}

.layui-icon-fonts-code:before {
	content: "\e64e"
}

.layui-icon-fire:before {
	content: "\e756"
}

.layui-icon-set:before {
	content: "\e716"
}

.layui-icon-fonts-u:before {
	content: "\e646"
}

.layui-icon-triangle-d:before {
	content: "\e625"
}

.layui-icon-tips:before {
	content: "\e702"
}

.layui-icon-picture:before {
	content: "\e64a"
}

.layui-icon-more-vertical:before {
	content: "\e671"
}

.layui-icon-flag:before {
	content: "\e66c"
}

.layui-icon-loading:before {
	content: "\e63d"
}

.layui-icon-fonts-i:before {
	content: "\e644"
}

.layui-icon-refresh-1:before {
	content: "\e666"
}

.layui-icon-rmb:before {
	content: "\e65e"
}

.layui-icon-home:before {
	content: "\e68e"
}

.layui-icon-user:before {
	content: "\e770"
}

.layui-icon-notice:before {
	content: "\e667"
}

.layui-icon-login-weibo:before {
	content: "\e675"
}

.layui-icon-voice:before {
	content: "\e688"
}

.layui-icon-upload-drag:before {
	content: "\e681"
}

.layui-icon-login-qq:before {
	content: "\e676"
}

.layui-icon-snowflake:before {
	content: "\e6b1"
}

.layui-icon-file-b:before {
	content: "\e655"
}

.layui-icon-template:before {
	content: "\e663"
}

.layui-icon-auz:before {
	content: "\e672"
}

.layui-icon-console:before {
	content: "\e665"
}

.layui-icon-app:before {
	content: "\e653"
}

.layui-icon-prev:before {
	content: "\e65a"
}

.layui-icon-website:before {
	content: "\e7ae"
}

.layui-icon-next:before {
	content: "\e65b"
}

.layui-icon-component:before {
	content: "\e857"
}

.layui-icon-more:before {
	content: "\e65f"
}

.layui-icon-login-wechat:before {
	content: "\e677"
}

.layui-icon-shrink-right:before {
	content: "\e668"
}

.layui-icon-spread-left:before {
	content: "\e66b"
}

.layui-icon-camera:before {
	content: "\e660"
}

.layui-icon-note:before {
	content: "\e66e"
}

.layui-icon-refresh:before {
	content: "\e669"
}

.layui-icon-female:before {
	content: "\e661"
}

.layui-icon-male:before {
	content: "\e662"
}

.layui-icon-password:before {
	content: "\e673"
}

.layui-icon-senior:before {
	content: "\e674"
}

.layui-icon-theme:before {
	content: "\e66a"
}

.layui-icon-tread:before {
	content: "\e6c5"
}

.layui-icon-praise:before {
	content: "\e6c6"
}

.layui-icon-star-fill:before {
	content: "\e658"
}

.layui-icon-rate:before {
	content: "\e67b"
}

.layui-icon-template-1:before {
	content: "\e656"
}

.layui-icon-vercode:before {
	content: "\e679"
}

.layui-icon-cellphone:before {
	content: "\e678"
}

.layui-icon-screen-full:before {
	content: "\e622"
}

.layui-icon-screen-restore:before {
	content: "\e758"
}

.layui-icon-cols:before {
	content: "\e610"
}

.layui-icon-export:before {
	content: "\e67d"
}

.layui-icon-print:before {
	content: "\e66d"
}

.layui-icon-slider:before {
	content: "\e714"
}

.layui-icon-addition:before {
	content: "\e624"
}

.layui-icon-subtraction:before {
	content: "\e67e"
}

.layui-icon-service:before {
	content: "\e626"
}

.layui-icon-transfer:before {
	content: "\e691"
}

.layui-main {
	width: 1140px;
	margin: 0 auto
}

.layui-header {
	z-index: 1000;
	height: 60px
}

.layui-header a:hover {
	transition: all .5s;
	-webkit-transition: all .5s
}

.layui-side {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
	width: 200px;
	overflow-x: hidden
}

.layui-side-scroll {
	position: relative;
	width: 220px;
	height: 100%;
	overflow-x: hidden
}

.layui-body {
	position: absolute;
	left: 200px;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 998;
	width: auto;
	overflow-y: auto;
	box-sizing: border-box
}

.layui-layout-body {
	overflow: hidden
}

.layui-layout-admin .layui-header {
	background-color: #23262E
}

.layui-layout-admin .layui-side {
	top: 60px;
	width: 200px;
	overflow-x: hidden
}

.layui-layout-admin .layui-body {
	position: fixed;
	top: 60px;
	bottom: 44px
}

.layui-layout-admin .layui-main {
	width: auto;
	margin: 0 15px
}

.layui-layout-admin .layui-footer {
	position: fixed;
	left: 200px;
	right: 0;
	bottom: 0;
	height: 44px;
	line-height: 44px;
	padding: 0 15px;
	background-color: #eee
}

.layui-layout-admin .layui-logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 100%;
	line-height: 60px;
	text-align: center;
	color: #009688;
	font-size: 16px
}

.layui-layout-admin .layui-header .layui-nav {
	background: 0 0
}

.layui-layout-left {
	position: absolute !important;
	left: 200px;
	top: 0
}

.layui-layout-right {
	position: absolute !important;
	right: 0;
	top: 0
}

.layui-container {
	position: relative;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box
}

.layui-fluid {
	position: relative;
	margin: 0 auto;
	padding: 0 15px
}

.layui-row:after,
.layui-row:before {
	content: '';
	display: block;
	clear: both
}

.layui-col-lg1,
.layui-col-lg10,
.layui-col-lg11,
.layui-col-lg12,
.layui-col-lg2,
.layui-col-lg3,
.layui-col-lg4,
.layui-col-lg5,
.layui-col-lg6,
.layui-col-lg7,
.layui-col-lg8,
.layui-col-lg9,
.layui-col-md1,
.layui-col-md10,
.layui-col-md11,
.layui-col-md12,
.layui-col-md2,
.layui-col-md3,
.layui-col-md4,
.layui-col-md5,
.layui-col-md6,
.layui-col-md7,
.layui-col-md8,
.layui-col-md9,
.layui-col-sm1,
.layui-col-sm10,
.layui-col-sm11,
.layui-col-sm12,
.layui-col-sm2,
.layui-col-sm3,
.layui-col-sm4,
.layui-col-sm5,
.layui-col-sm6,
.layui-col-sm7,
.layui-col-sm8,
.layui-col-sm9,
.layui-col-xs1,
.layui-col-xs10,
.layui-col-xs11,
.layui-col-xs12,
.layui-col-xs2,
.layui-col-xs3,
.layui-col-xs4,
.layui-col-xs5,
.layui-col-xs6,
.layui-col-xs7,
.layui-col-xs8,
.layui-col-xs9 {
	position: relative;
	display: block;
	box-sizing: border-box
}

.layui-col-xs1,
.layui-col-xs10,
.layui-col-xs11,
.layui-col-xs12,
.layui-col-xs2,
.layui-col-xs3,
.layui-col-xs4,
.layui-col-xs5,
.layui-col-xs6,
.layui-col-xs7,
.layui-col-xs8,
.layui-col-xs9 {
	float: left
}

.layui-col-xs1 {
	width: 8.33333333%
}

.layui-col-xs2 {
	width: 16.66666667%
}

.layui-col-xs3 {
	width: 25%
}

.layui-col-xs4 {
	width: 33.33333333%
}

.layui-col-xs5 {
	width: 41.66666667%
}

.layui-col-xs6 {
	width: 50%
}

.layui-col-xs7 {
	width: 58.33333333%
}

.layui-col-xs8 {
	width: 66.66666667%
}

.layui-col-xs9 {
	width: 75%
}

.layui-col-xs10 {
	width: 83.33333333%
}

.layui-col-xs11 {
	width: 91.66666667%
}

.layui-col-xs12 {
	width: 100%
}

.layui-col-xs-offset1 {
	margin-left: 8.33333333%
}

.layui-col-xs-offset2 {
	margin-left: 16.66666667%
}

.layui-col-xs-offset3 {
	margin-left: 25%
}

.layui-col-xs-offset4 {
	margin-left: 33.33333333%
}

.layui-col-xs-offset5 {
	margin-left: 41.66666667%
}

.layui-col-xs-offset6 {
	margin-left: 50%
}

.layui-col-xs-offset7 {
	margin-left: 58.33333333%
}

.layui-col-xs-offset8 {
	margin-left: 66.66666667%
}

.layui-col-xs-offset9 {
	margin-left: 75%
}

.layui-col-xs-offset10 {
	margin-left: 83.33333333%
}

.layui-col-xs-offset11 {
	margin-left: 91.66666667%
}

.layui-col-xs-offset12 {
	margin-left: 100%
}

@media screen and (max-width:768px) {
	.layui-hide-xs {
		display: none !important
	}

	.layui-show-xs-block {
		display: block !important
	}

	.layui-show-xs-inline {
		display: inline !important
	}

	.layui-show-xs-inline-block {
		display: inline-block !important
	}
}

@media screen and (min-width:768px) {
	.layui-container {
		width: 750px
	}

	.layui-hide-sm {
		display: none !important
	}

	.layui-show-sm-block {
		display: block !important
	}

	.layui-show-sm-inline {
		display: inline !important
	}

	.layui-show-sm-inline-block {
		display: inline-block !important
	}

	.layui-col-sm1,
	.layui-col-sm10,
	.layui-col-sm11,
	.layui-col-sm12,
	.layui-col-sm2,
	.layui-col-sm3,
	.layui-col-sm4,
	.layui-col-sm5,
	.layui-col-sm6,
	.layui-col-sm7,
	.layui-col-sm8,
	.layui-col-sm9 {
		float: left
	}

	.layui-col-sm1 {
		width: 8.33333333%
	}

	.layui-col-sm2 {
		width: 16.66666667%
	}

	.layui-col-sm3 {
		width: 25%
	}

	.layui-col-sm4 {
		width: 33.33333333%
	}

	.layui-col-sm5 {
		width: 41.66666667%
	}

	.layui-col-sm6 {
		width: 50%
	}

	.layui-col-sm7 {
		width: 58.33333333%
	}

	.layui-col-sm8 {
		width: 66.66666667%
	}

	.layui-col-sm9 {
		width: 75%
	}

	.layui-col-sm10 {
		width: 83.33333333%
	}

	.layui-col-sm11 {
		width: 91.66666667%
	}

	.layui-col-sm12 {
		width: 100%
	}

	.layui-col-sm-offset1 {
		margin-left: 8.33333333%
	}

	.layui-col-sm-offset2 {
		margin-left: 16.66666667%
	}

	.layui-col-sm-offset3 {
		margin-left: 25%
	}

	.layui-col-sm-offset4 {
		margin-left: 33.33333333%
	}

	.layui-col-sm-offset5 {
		margin-left: 41.66666667%
	}

	.layui-col-sm-offset6 {
		margin-left: 50%
	}

	.layui-col-sm-offset7 {
		margin-left: 58.33333333%
	}

	.layui-col-sm-offset8 {
		margin-left: 66.66666667%
	}

	.layui-col-sm-offset9 {
		margin-left: 75%
	}

	.layui-col-sm-offset10 {
		margin-left: 83.33333333%
	}

	.layui-col-sm-offset11 {
		margin-left: 91.66666667%
	}

	.layui-col-sm-offset12 {
		margin-left: 100%
	}
}

@media screen and (min-width:992px) {
	.layui-container {
		width: 970px
	}

	.layui-hide-md {
		display: none !important
	}

	.layui-show-md-block {
		display: block !important
	}

	.layui-show-md-inline {
		display: inline !important
	}

	.layui-show-md-inline-block {
		display: inline-block !important
	}

	.layui-col-md1,
	.layui-col-md10,
	.layui-col-md11,
	.layui-col-md12,
	.layui-col-md2,
	.layui-col-md3,
	.layui-col-md4,
	.layui-col-md5,
	.layui-col-md6,
	.layui-col-md7,
	.layui-col-md8,
	.layui-col-md9 {
		float: left
	}

	.layui-col-md1 {
		width: 8.33333333%
	}

	.layui-col-md2 {
		width: 16.66666667%
	}

	.layui-col-md3 {
		width: 25%
	}

	.layui-col-md4 {
		width: 33.33333333%
	}

	.layui-col-md5 {
		width: 41.66666667%
	}

	.layui-col-md6 {
		width: 50%
	}

	.layui-col-md7 {
		width: 58.33333333%
	}

	.layui-col-md8 {
		width: 66.66666667%
	}

	.layui-col-md9 {
		width: 75%
	}

	.layui-col-md10 {
		width: 83.33333333%
	}

	.layui-col-md11 {
		width: 91.66666667%
	}

	.layui-col-md12 {
		width: 100%
	}

	.layui-col-md-offset1 {
		margin-left: 8.33333333%
	}

	.layui-col-md-offset2 {
		margin-left: 16.66666667%
	}

	.layui-col-md-offset3 {
		margin-left: 25%
	}

	.layui-col-md-offset4 {
		margin-left: 33.33333333%
	}

	.layui-col-md-offset5 {
		margin-left: 41.66666667%
	}

	.layui-col-md-offset6 {
		margin-left: 50%
	}

	.layui-col-md-offset7 {
		margin-left: 58.33333333%
	}

	.layui-col-md-offset8 {
		margin-left: 66.66666667%
	}

	.layui-col-md-offset9 {
		margin-left: 75%
	}

	.layui-col-md-offset10 {
		margin-left: 83.33333333%
	}

	.layui-col-md-offset11 {
		margin-left: 91.66666667%
	}

	.layui-col-md-offset12 {
		margin-left: 100%
	}
}

@media screen and (min-width:1200px) {
	.layui-container {
		width: 1170px
	}

	.layui-hide-lg {
		display: none !important
	}

	.layui-show-lg-block {
		display: block !important
	}

	.layui-show-lg-inline {
		display: inline !important
	}

	.layui-show-lg-inline-block {
		display: inline-block !important
	}

	.layui-col-lg1,
	.layui-col-lg10,
	.layui-col-lg11,
	.layui-col-lg12,
	.layui-col-lg2,
	.layui-col-lg3,
	.layui-col-lg4,
	.layui-col-lg5,
	.layui-col-lg6,
	.layui-col-lg7,
	.layui-col-lg8,
	.layui-col-lg9 {
		float: left
	}

	.layui-col-lg1 {
		width: 8.33333333%
	}

	.layui-col-lg2 {
		width: 16.66666667%
	}

	.layui-col-lg3 {
		width: 25%
	}

	.layui-col-lg4 {
		width: 33.33333333%
	}

	.layui-col-lg5 {
		width: 41.66666667%
	}

	.layui-col-lg6 {
		width: 50%
	}

	.layui-col-lg7 {
		width: 58.33333333%
	}

	.layui-col-lg8 {
		width: 66.66666667%
	}

	.layui-col-lg9 {
		width: 75%
	}

	.layui-col-lg10 {
		width: 83.33333333%
	}

	.layui-col-lg11 {
		width: 91.66666667%
	}

	.layui-col-lg12 {
		width: 100%
	}

	.layui-col-lg-offset1 {
		margin-left: 8.33333333%
	}

	.layui-col-lg-offset2 {
		margin-left: 16.66666667%
	}

	.layui-col-lg-offset3 {
		margin-left: 25%
	}

	.layui-col-lg-offset4 {
		margin-left: 33.33333333%
	}

	.layui-col-lg-offset5 {
		margin-left: 41.66666667%
	}

	.layui-col-lg-offset6 {
		margin-left: 50%
	}

	.layui-col-lg-offset7 {
		margin-left: 58.33333333%
	}

	.layui-col-lg-offset8 {
		margin-left: 66.66666667%
	}

	.layui-col-lg-offset9 {
		margin-left: 75%
	}

	.layui-col-lg-offset10 {
		margin-left: 83.33333333%
	}

	.layui-col-lg-offset11 {
		margin-left: 91.66666667%
	}

	.layui-col-lg-offset12 {
		margin-left: 100%
	}
}

.layui-col-space1 {
	margin: -.5px
}

.layui-col-space1>* {
	padding: .5px
}

.layui-col-space3 {
	margin: -1.5px
}

.layui-col-space3>* {
	padding: 1.5px
}

.layui-col-space5 {
	margin: -2.5px
}

.layui-col-space5>* {
	padding: 2.5px
}

.layui-col-space8 {
	margin: -3.5px
}

.layui-col-space8>* {
	padding: 3.5px
}

.layui-col-space10 {
	margin: -5px
}

.layui-col-space10>* {
	padding: 5px
}

.layui-col-space12 {
	margin: -6px
}

.layui-col-space12>* {
	padding: 6px
}

.layui-col-space15 {
	margin: -7.5px
}

.layui-col-space15>* {
	padding: 7.5px
}

.layui-col-space18 {
	margin: -9px
}

.layui-col-space18>* {
	padding: 9px
}

.layui-col-space20 {
	margin: -10px
}

.layui-col-space20>* {
	padding: 10px
}

.layui-col-space22 {
	margin: -11px
}

.layui-col-space22>* {
	padding: 11px
}

.layui-col-space25 {
	margin: -12.5px
}

.layui-col-space25>* {
	padding: 12.5px
}

.layui-col-space30 {
	margin: -15px
}

.layui-col-space30>* {
	padding: 15px
}

.layui-btn,
.layui-input,
.layui-select,
.layui-textarea,
.layui-upload-button {
	outline: 0;
	-webkit-appearance: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	box-sizing: border-box
}

.layui-elem-quote {
	margin-bottom: 10px;
	padding: 15px;
	line-height: 22px;
	border-left: 5px solid #009688;
	border-radius: 0 2px 2px 0;
	background-color: #f2f2f2
}

.layui-quote-nm {
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	background: 0 0
}

.layui-elem-field {
	margin-bottom: 10px;
	padding: 0;
	border-width: 1px;
	border-style: solid
}

.layui-elem-field legend {
	margin-left: 20px;
	padding: 0 10px;
	font-size: 20px;
	font-weight: 300
}

.layui-field-title {
	margin: 10px 0 20px;
	border-width: 1px 0 0
}

.layui-field-box {
	padding: 10px 15px
}

.layui-field-title .layui-field-box {
	padding: 10px 0
}

.layui-progress {
	position: relative;
	height: 6px;
	border-radius: 20px;
	background-color: #e2e2e2
}

.layui-progress-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	max-width: 100%;
	height: 6px;
	border-radius: 20px;
	text-align: right;
	background-color: #5FB878;
	transition: all .3s;
	-webkit-transition: all .3s
}

.layui-progress-big,
.layui-progress-big .layui-progress-bar {
	height: 18px;
	line-height: 18px
}

.layui-progress-text {
	position: relative;
	top: -20px;
	line-height: 18px;
	font-size: 12px;
	color: #666
}

.layui-progress-big .layui-progress-text {
	position: static;
	padding: 0 10px;
	color: #fff
}

.layui-collapse {
	border-width: 1px;
	border-style: solid;
	border-radius: 2px
}

.layui-colla-content,
.layui-colla-item {
	border-top-width: 1px;
	border-top-style: solid
}

.layui-colla-item:first-child {
	border-top: none
}

.layui-colla-title {
	position: relative;
	height: 42px;
	line-height: 42px;
	padding: 0 15px 0 35px;
	color: #333;
	background-color: #f2f2f2;
	cursor: pointer;
	font-size: 14px;
	overflow: hidden
}

.layui-colla-content {
	display: none;
	padding: 10px 15px;
	line-height: 22px;
	color: #666
}

.layui-colla-icon {
	position: absolute;
	left: 15px;
	top: 0;
	font-size: 14px
}

.layui-card {
	margin-bottom: 15px;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05)
}

.layui-card:last-child {
	margin-bottom: 0
}

.layui-card-header {
	position: relative;
	height: 42px;
	line-height: 42px;
	padding: 0 15px;
	border-bottom: 1px solid #f6f6f6;
	color: #333;
	border-radius: 2px 2px 0 0;
	font-size: 14px
}

.layui-bg-black,
.layui-bg-blue,
.layui-bg-cyan,
.layui-bg-green,
.layui-bg-orange,
.layui-bg-red {
	color: #fff !important
}

.layui-card-body {
	position: relative;
	padding: 10px 15px;
	line-height: 24px
}

.layui-card-body[pad15] {
	padding: 15px
}

.layui-card-body[pad20] {
	padding: 20px
}

.layui-card-body .layui-table {
	margin: 5px 0
}

.layui-card .layui-tab {
	margin: 0
}

.layui-panel-window {
	position: relative;
	padding: 15px;
	border-radius: 0;
	border-top: 5px solid #E6E6E6;
	background-color: #fff
}

.layui-auxiliar-moving {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: 0 0;
	z-index: 9999999999
}

.layui-form-label,
.layui-form-mid,
.layui-form-select,
.layui-input-block,
.layui-input-inline,
.layui-textarea {
	position: relative
}

.layui-bg-red {
	background-color: #FF5722 !important
}

.layui-bg-orange {
	background-color: #FFB800 !important
}

.layui-bg-green {
	background-color: #009688 !important
}

.layui-bg-cyan {
	background-color: #2F4056 !important
}

.layui-bg-blue {
	background-color: #1E9FFF !important
}

.layui-bg-black {
	background-color: #393D49 !important
}

.layui-bg-gray {
	background-color: #eee !important;
	color: #666 !important
}

.layui-badge-rim,
.layui-colla-content,
.layui-colla-item,
.layui-collapse,
.layui-elem-field,
.layui-form-pane .layui-form-item[pane],
.layui-form-pane .layui-form-label,
.layui-input,
.layui-layedit,
.layui-layedit-tool,
.layui-quote-nm,
.layui-select,
.layui-tab-bar,
.layui-tab-card,
.layui-tab-title,
.layui-tab-title .layui-this:after,
.layui-textarea {
	border-color: #e6e6e6
}

.layui-timeline-item:before,
hr {
	background-color: #e6e6e6
}

.layui-text {
	line-height: 22px;
	font-size: 14px;
	color: #666
}

.layui-text h1,
.layui-text h2,
.layui-text h3 {
	font-weight: 500;
	color: #333
}

.layui-text h1 {
	font-size: 30px
}

.layui-text h2 {
	font-size: 24px
}

.layui-text h3 {
	font-size: 18px
}

.layui-text a:not(.layui-btn) {
	color: #01AAED
}

.layui-text a:not(.layui-btn):hover {
	text-decoration: underline
}

.layui-text ul {
	padding: 5px 0 5px 15px
}

.layui-text ul li {
	margin-top: 5px;
	list-style-type: disc
}

.layui-text em,
.layui-word-aux {
	color: #999 !important;
	padding: 0 5px !important
}

.layui-btn {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0 18px;
	background-color: #009688;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	border: none;
	border-radius: 2px;
	cursor: pointer
}

.layui-btn:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	color: #fff
}

.layui-btn:active {
	opacity: 1;
	filter: alpha(opacity=100)
}

.layui-btn+.layui-btn {
	margin-left: 10px
}

.layui-btn-container {
	font-size: 0
}

.layui-btn-container .layui-btn {
	margin-right: 10px;
	margin-bottom: 10px
}

.layui-btn-container .layui-btn+.layui-btn {
	margin-left: 0
}

.layui-table .layui-btn-container .layui-btn {
	margin-bottom: 9px
}

.layui-btn-radius {
	border-radius: 100px
}

.layui-btn .layui-icon {
	margin-right: 3px;
	font-size: 18px;
	vertical-align: bottom;
	vertical-align: middle\9
}

.layui-btn-primary {
	border: 1px solid #C9C9C9;
	background-color: #fff;
	color: #555
}

.layui-btn-primary:hover {
	border-color: #009688;
	color: #333
}

.layui-btn-normal {
	background-color: #1E9FFF
}

.layui-btn-warm {
	background-color: #FFB800
}

.layui-btn-danger {
	background-color: #FF5722
}

.layui-btn-checked {
	background-color: #5FB878
}

.layui-btn-disabled,
.layui-btn-disabled:active,
.layui-btn-disabled:hover {
	border: 1px solid #e6e6e6;
	background-color: #FBFBFB;
	color: #C9C9C9;
	cursor: not-allowed;
	opacity: 1
}

.layui-btn-lg {
	height: 44px;
	line-height: 44px;
	padding: 0 25px;
	font-size: 16px
}

.layui-btn-sm {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 12px
}

.layui-btn-sm i {
	font-size: 16px !important
}

.layui-btn-xs {
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	font-size: 12px
}

.layui-btn-xs i {
	font-size: 14px !important
}

.layui-btn-group {
	display: inline-block;
	vertical-align: middle;
	font-size: 0
}

.layui-btn-group .layui-btn {
	margin-left: 0 !important;
	margin-right: 0 !important;
	border-left: 1px solid rgba(255, 255, 255, .5);
	border-radius: 0
}

.layui-btn-group .layui-btn-primary {
	border-left: none
}

.layui-btn-group .layui-btn-primary:hover {
	border-color: #C9C9C9;
	color: #009688
}

.layui-btn-group .layui-btn:first-child {
	border-left: none;
	border-radius: 2px 0 0 2px
}

.layui-btn-group .layui-btn-primary:first-child {
	border-left: 1px solid #c9c9c9
}

.layui-btn-group .layui-btn:last-child {
	border-radius: 0 2px 2px 0
}

.layui-btn-group .layui-btn+.layui-btn {
	margin-left: 0
}

.layui-btn-group+.layui-btn-group {
	margin-left: 10px
}

.layui-btn-fluid {
	width: 100%
}

.layui-input,
.layui-select,
.layui-textarea {
	height: 38px;
	line-height: 1.3;
	line-height: 38px\9;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	border-radius: 2px
}

.layui-input::-webkit-input-placeholder,
.layui-select::-webkit-input-placeholder,
.layui-textarea::-webkit-input-placeholder {
	line-height: 1.3
}

.layui-input,
.layui-textarea {
	display: block;
	width: 100%;
	padding-left: 10px
}

.layui-input:hover,
.layui-textarea:hover {
	border-color: #D2D2D2 !important
}

.layui-input:focus,
.layui-textarea:focus {
	border-color: #C9C9C9 !important
}

.layui-textarea {
	min-height: 100px;
	height: auto;
	line-height: 20px;
	padding: 6px 10px;
	resize: vertical
}

.layui-select {
	padding: 0 10px
}

.layui-form input[type=checkbox],
.layui-form input[type=radio],
.layui-form select {
	display: none
}

.layui-form [lay-ignore] {
	display: initial
}

.layui-form-item {
	margin-bottom: 15px;
	clear: both;
	*zoom: 1
}

.layui-form-item:after {
	content: '\20';
	clear: both;
	*zoom: 1;
	display: block;
	height: 0
}

.layui-form-label {
	float: left;
	display: block;
	padding: 9px 15px;
	width: 80px;
	font-weight: 400;
	line-height: 20px;
	text-align: right
}

.layui-form-label-col {
	display: block;
	float: none;
	padding: 9px 0;
	line-height: 20px;
	text-align: left
}

.layui-form-item .layui-inline {
	margin-bottom: 5px;
	margin-right: 10px
}

.layui-input-block {
	margin-left: 110px;
	min-height: 36px
}

.layui-input-inline {
	display: inline-block;
	vertical-align: middle
}

.layui-form-item .layui-input-inline {
	float: left;
	width: 190px;
	margin-right: 10px
}

.layui-form-text .layui-input-inline {
	width: auto
}

.layui-form-mid {
	float: left;
	display: block;
	padding: 9px 0 !important;
	line-height: 20px;
	margin-right: 10px
}

.layui-form-danger+.layui-form-select .layui-input,
.layui-form-danger:focus {
	border-color: #FF5722 !important
}

.layui-form-select .layui-input {
	padding-right: 30px;
	cursor: pointer
}

.layui-form-select .layui-edge {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
	cursor: pointer;
	border-width: 6px;
	border-top-color: #c2c2c2;
	border-top-style: solid;
	transition: all .3s;
	-webkit-transition: all .3s
}

.layui-form-select dl {
	display: none;
	position: absolute;
	left: 0;
	top: 42px;
	padding: 5px 0;
	z-index: 899;
	min-width: 100%;
	border: 1px solid #d2d2d2;
	max-height: 300px;
	overflow-y: auto;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
	box-sizing: border-box
}

.layui-form-select dl dd,
.layui-form-select dl dt {
	padding: 0 10px;
	line-height: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.layui-form-select dl dt {
	font-size: 12px;
	color: #999
}

.layui-form-select dl dd {
	cursor: pointer
}

.layui-form-select dl dd:hover {
	background-color: #f2f2f2;
	-webkit-transition: .5s all;
	transition: .5s all
}

.layui-form-select .layui-select-group dd {
	padding-left: 20px
}

.layui-form-select dl dd.layui-select-tips {
	padding-left: 10px !important;
	color: #999
}

.layui-form-select dl dd.layui-this {
	background-color: #5FB878;
	color: #fff
}

.layui-form-checkbox,
.layui-form-select dl dd.layui-disabled {
	background-color: #fff
}

.layui-form-selected dl {
	display: block
}

.layui-form-checkbox,
.layui-form-checkbox *,
.layui-form-switch {
	display: inline-block;
	vertical-align: middle
}

.layui-form-selected .layui-edge {
	margin-top: -9px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-top: -3px\9
}

:root .layui-form-selected .layui-edge {
	margin-top: -9px\0/IE9
}

.layui-form-selectup dl {
	top: auto;
	bottom: 42px
}

.layui-select-none {
	margin: 5px 0;
	text-align: center;
	color: #999
}

.layui-select-disabled .layui-disabled {
	border-color: #eee !important
}

.layui-select-disabled .layui-edge {
	border-top-color: #d2d2d2
}

.layui-form-checkbox {
	position: relative;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	padding-right: 30px;
	cursor: pointer;
	font-size: 0;
	-webkit-transition: .1s linear;
	transition: .1s linear;
	box-sizing: border-box
}

.layui-form-checkbox span {
	padding: 0 10px;
	height: 100%;
	font-size: 14px;
	border-radius: 2px 0 0 2px;
	background-color: #d2d2d2;
	color: #fff;
	overflow: hidden
}

.layui-form-checkbox:hover span {
	background-color: #c2c2c2
}

.layui-form-checkbox i {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 28px;
	border: 1px solid #d2d2d2;
	border-left: none;
	border-radius: 0 2px 2px 0;
	color: #fff;
	font-size: 20px;
	text-align: center
}

.layui-form-checkbox:hover i {
	border-color: #c2c2c2;
	color: #c2c2c2
}

.layui-form-checked,
.layui-form-checked:hover {
	border-color: #5FB878
}

.layui-form-checked span,
.layui-form-checked:hover span {
	background-color: #5FB878
}

.layui-form-checked i,
.layui-form-checked:hover i {
	color: #5FB878
}

.layui-form-item .layui-form-checkbox {
	margin-top: 4px
}

.layui-form-checkbox[lay-skin=primary] {
	height: auto !important;
	line-height: normal !important;
	min-width: 18px;
	min-height: 18px;
	border: none !important;
	margin-right: 0;
	padding-left: 28px;
	padding-right: 0;
	background: 0 0
}

.layui-form-checkbox[lay-skin=primary] span {
	padding-left: 0;
	padding-right: 15px;
	line-height: 18px;
	background: 0 0;
	color: #666
}

.layui-form-checkbox[lay-skin=primary] i {
	right: auto;
	left: 0;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border: 1px solid #d2d2d2;
	font-size: 12px;
	border-radius: 2px;
	background-color: #fff;
	-webkit-transition: .1s linear;
	transition: .1s linear
}

.layui-form-checkbox[lay-skin=primary]:hover i {
	border-color: #5FB878;
	color: #fff
}

.layui-form-checked[lay-skin=primary] i {
	border-color: #5FB878 !important;
	background-color: #5FB878;
	color: #fff
}

.layui-checkbox-disbaled[lay-skin=primary] span {
	background: 0 0 !important;
	color: #c2c2c2
}

.layui-checkbox-disbaled[lay-skin=primary]:hover i {
	border-color: #d2d2d2
}

.layui-form-item .layui-form-checkbox[lay-skin=primary] {
	margin-top: 10px
}

.layui-form-switch {
	position: relative;
	height: 22px;
	line-height: 22px;
	min-width: 35px;
	padding: 0 5px;
	margin-top: 8px;
	border: 1px solid #d2d2d2;
	border-radius: 20px;
	cursor: pointer;
	background-color: #fff;
	-webkit-transition: .1s linear;
	transition: .1s linear
}

.layui-form-switch i {
	position: absolute;
	left: 5px;
	top: 3px;
	width: 16px;
	height: 16px;
	border-radius: 20px;
	background-color: #d2d2d2;
	-webkit-transition: .1s linear;
	transition: .1s linear
}

.layui-form-switch em {
	position: relative;
	top: 0;
	width: 25px;
	margin-left: 21px;
	padding: 0 !important;
	text-align: center !important;
	color: #999 !important;
	font-style: normal !important;
	font-size: 12px
}

.layui-form-onswitch {
	border-color: #5FB878;
	background-color: #5FB878
}

.layui-checkbox-disbaled,
.layui-checkbox-disbaled i {
	border-color: #e2e2e2 !important
}

.layui-form-onswitch i {
	left: 100%;
	margin-left: -21px;
	background-color: #fff
}

.layui-form-onswitch em {
	margin-left: 5px;
	margin-right: 21px;
	color: #fff !important
}

.layui-checkbox-disbaled span {
	background-color: #e2e2e2 !important
}

.layui-checkbox-disbaled:hover i {
	color: #fff !important
}

[lay-radio] {
	display: none
}

.layui-form-radio,
.layui-form-radio * {
	display: inline-block;
	vertical-align: middle
}

.layui-form-radio {
	line-height: 28px;
	margin: 6px 10px 0 0;
	padding-right: 10px;
	cursor: pointer;
	font-size: 0
}

.layui-form-radio * {
	font-size: 14px
}

.layui-form-radio>i {
	margin-right: 8px;
	font-size: 22px;
	color: #c2c2c2
}

.layui-form-radio>i:hover,
.layui-form-radioed>i {
	color: #5FB878
}

.layui-radio-disbaled>i {
	color: #e2e2e2 !important
}

.layui-form-pane .layui-form-label {
	width: 110px;
	padding: 8px 15px;
	height: 38px;
	line-height: 20px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px 0 0 2px;
	text-align: center;
	background-color: #FBFBFB;
	overflow: hidden;
	box-sizing: border-box
}

.layui-form-pane .layui-input-inline {
	margin-left: -1px
}

.layui-form-pane .layui-input-block {
	margin-left: 110px;
	left: -1px
}

.layui-form-pane .layui-input {
	border-radius: 0 2px 2px 0
}

.layui-form-pane .layui-form-text .layui-form-label {
	float: none;
	width: 100%;
	border-radius: 2px;
	box-sizing: border-box;
	text-align: left
}

.layui-form-pane .layui-form-text .layui-input-inline {
	display: block;
	margin: 0;
	top: -1px;
	clear: both
}

.layui-form-pane .layui-form-text .layui-input-block {
	margin: 0;
	left: 0;
	top: -1px
}

.layui-form-pane .layui-form-text .layui-textarea {
	min-height: 100px;
	border-radius: 0 0 2px 2px
}

.layui-form-pane .layui-form-checkbox {
	margin: 4px 0 4px 10px
}

.layui-form-pane .layui-form-radio,
.layui-form-pane .layui-form-switch {
	margin-top: 6px;
	margin-left: 10px
}

.layui-form-pane .layui-form-item[pane] {
	position: relative;
	border-width: 1px;
	border-style: solid
}

.layui-form-pane .layui-form-item[pane] .layui-form-label {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border-width: 0 1px 0 0
}

.layui-form-pane .layui-form-item[pane] .layui-input-inline {
	margin-left: 110px
}

@media screen and (max-width:450px) {
	.layui-form-item .layui-form-label {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap
	}

	.layui-form-item .layui-inline {
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
		clear: both
	}

	.layui-form-item .layui-inline:after {
		content: '\20';
		clear: both;
		display: block;
		height: 0
	}

	.layui-form-item .layui-input-inline {
		display: block;
		float: none;
		left: -3px;
		width: auto;
		margin: 0 0 10px 112px
	}

	.layui-form-item .layui-input-inline+.layui-form-mid {
		margin-left: 110px;
		top: -5px;
		padding: 0
	}

	.layui-form-item .layui-form-checkbox {
		margin-right: 5px;
		margin-bottom: 5px
	}
}

.layui-layedit {
	border-width: 1px;
	border-style: solid;
	border-radius: 2px
}

.layui-layedit-tool {
	padding: 3px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 0
}

.layedit-tool-fixed {
	position: fixed;
	top: 0;
	border-top: 1px solid #e2e2e2
}

.layui-layedit-tool .layedit-tool-mid,
.layui-layedit-tool .layui-icon {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 14px
}

.layui-layedit-tool .layui-icon {
	position: relative;
	width: 32px;
	height: 30px;
	line-height: 30px;
	margin: 3px 5px;
	color: #777;
	cursor: pointer;
	border-radius: 2px
}

.layui-layedit-tool .layui-icon:hover {
	color: #393D49
}

.layui-layedit-tool .layui-icon:active {
	color: #000
}

.layui-layedit-tool .layedit-tool-active {
	background-color: #e2e2e2;
	color: #000
}

.layui-layedit-tool .layui-disabled,
.layui-layedit-tool .layui-disabled:hover {
	color: #d2d2d2;
	cursor: not-allowed
}

.layui-layedit-tool .layedit-tool-mid {
	width: 1px;
	height: 18px;
	margin: 0 10px;
	background-color: #d2d2d2
}

.layedit-tool-html {
	width: 50px !important;
	font-size: 30px !important
}

.layedit-tool-b,
.layedit-tool-code,
.layedit-tool-help {
	font-size: 16px !important
}

.layedit-tool-d,
.layedit-tool-face,
.layedit-tool-image,
.layedit-tool-unlink {
	font-size: 18px !important
}

.layedit-tool-image input {
	position: absolute;
	font-size: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .01;
	filter: Alpha(opacity=1);
	cursor: pointer
}

.layui-layedit-iframe iframe {
	display: block;
	width: 100%
}

#LAY_layedit_code {
	overflow: hidden
}

.layui-laypage {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin: 10px 0;
	font-size: 0
}

.layui-laypage>a:first-child,
.layui-laypage>a:first-child em {
	border-radius: 2px 0 0 2px
}

.layui-laypage>a:last-child,
.layui-laypage>a:last-child em {
	border-radius: 0 2px 2px 0
}

.layui-laypage>:first-child {
	margin-left: 0 !important
}

.layui-laypage>:last-child {
	margin-right: 0 !important
}

.layui-laypage a,
.layui-laypage button,
.layui-laypage input,
.layui-laypage select,
.layui-laypage span {
	border: 1px solid #e2e2e2
}

.layui-laypage a,
.layui-laypage span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding: 0 15px;
	height: 28px;
	line-height: 28px;
	margin: 0 -1px 5px 0;
	background-color: #fff;
	color: #333;
	font-size: 12px
}

.layui-flow-more a *,
.layui-laypage input,
.layui-table-view select[lay-ignore] {
	display: inline-block
}

.layui-laypage a:hover {
	color: #009688
}

.layui-laypage em {
	font-style: normal
}

.layui-laypage .layui-laypage-spr {
	color: #999;
	font-weight: 700
}

.layui-laypage a {
	text-decoration: none
}

.layui-laypage .layui-laypage-curr {
	position: relative
}

.layui-laypage .layui-laypage-curr em {
	position: relative;
	color: #fff
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	position: absolute;
	left: -1px;
	top: -1px;
	padding: 1px;
	width: 100%;
	height: 100%;
	background-color: #009688
}

.layui-laypage-em {
	border-radius: 2px
}

.layui-laypage-next em,
.layui-laypage-prev em {
	font-family: Sim sun;
	font-size: 16px
}

.layui-laypage .layui-laypage-count,
.layui-laypage .layui-laypage-limits,
.layui-laypage .layui-laypage-refresh,
.layui-laypage .layui-laypage-skip {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	border: none
}

.layui-laypage .layui-laypage-limits,
.layui-laypage .layui-laypage-refresh {
	vertical-align: top
}

.layui-laypage .layui-laypage-refresh i {
	font-size: 18px;
	cursor: pointer
}

.layui-laypage select {
	height: 22px;
	padding: 3px;
	border-radius: 2px;
	cursor: pointer
}

.layui-laypage .layui-laypage-skip {
	height: 30px;
	line-height: 30px;
	color: #999
}

.layui-laypage button,
.layui-laypage input {
	height: 30px;
	line-height: 30px;
	border-radius: 2px;
	vertical-align: top;
	background-color: #fff;
	box-sizing: border-box
}

.layui-laypage input {
	width: 40px;
	margin: 0 10px;
	padding: 0 3px;
	text-align: center
}

.layui-laypage input:focus,
.layui-laypage select:focus {
	border-color: #009688 !important
}

.layui-laypage button {
	margin-left: 10px;
	padding: 0 10px;
	cursor: pointer
}

.layui-table,
.layui-table-view {
	margin: 10px 0
}

.layui-flow-more {
	margin: 10px 0;
	text-align: center;
	color: #999;
	font-size: 14px
}

.layui-flow-more a {
	height: 32px;
	line-height: 32px
}

.layui-flow-more a * {
	vertical-align: top
}

.layui-flow-more a cite {
	padding: 0 20px;
	border-radius: 3px;
	background-color: #eee;
	color: #333;
	font-style: normal
}

.layui-flow-more a cite:hover {
	opacity: .8
}

.layui-flow-more a i {
	font-size: 30px;
	color: #737383
}

.layui-table {
	width: 100%;
	background-color: #fff;
	color: #666
}

.layui-table tr {
	transition: all .3s;
	-webkit-transition: all .3s
}

.layui-table th {
	text-align: left;
	font-weight: 400
}

.layui-table tbody tr:hover,
.layui-table thead tr,
.layui-table-click,
.layui-table-header,
.layui-table-hover,
.layui-table-mend,
.layui-table-patch,
.layui-table-tool,
.layui-table-total,
.layui-table-total tr,
.layui-table[lay-even] tr:nth-child(even) {
	background-color: #f2f2f2
}

.layui-table td,
.layui-table th,
.layui-table-col-set,
.layui-table-fixed-r,
.layui-table-grid-down,
.layui-table-header,
.layui-table-page,
.layui-table-tips-main,
.layui-table-tool,
.layui-table-total,
.layui-table-view,
.layui-table[lay-skin=line],
.layui-table[lay-skin=row] {
	border-width: 1px;
	border-style: solid;
	border-color: #e6e6e6
}

.layui-table td,
.layui-table th {
	position: relative;
	padding: 9px 15px;
	min-height: 20px;
	line-height: 20px;
	font-size: 14px
}

.layui-table[lay-skin=line] td,
.layui-table[lay-skin=line] th {
	border-width: 0 0 1px
}

.layui-table[lay-skin=row] td,
.layui-table[lay-skin=row] th {
	border-width: 0 1px 0 0
}

.layui-table[lay-skin=nob] td,
.layui-table[lay-skin=nob] th {
	border: none
}

.layui-table img {
	max-width: 100px
}

.layui-table[lay-size=lg] td,
.layui-table[lay-size=lg] th {
	padding: 15px 30px
}

.layui-table-view .layui-table[lay-size=lg] .layui-table-cell {
	height: 40px;
	line-height: 40px
}

.layui-table[lay-size=sm] td,
.layui-table[lay-size=sm] th {
	font-size: 12px;
	padding: 5px 10px
}

.layui-table-view .layui-table[lay-size=sm] .layui-table-cell {
	height: 20px;
	line-height: 20px
}

.layui-table[lay-data] {
	display: none
}

.layui-table-box {
	position: relative;
	overflow: hidden
}

.layui-table-view .layui-table {
	position: relative;
	width: auto;
	margin: 0
}

.layui-table-view .layui-table[lay-skin=line] {
	border-width: 0 1px 0 0
}

.layui-table-view .layui-table[lay-skin=row] {
	border-width: 0 0 1px
}

.layui-table-view .layui-table td,
.layui-table-view .layui-table th {
	padding: 5px 0;
	border-top: none;
	border-left: none
}

.layui-table-view .layui-table th.layui-unselect .layui-table-cell span {
	cursor: pointer
}

.layui-table-view .layui-table td {
	cursor: default
}

.layui-table-view .layui-table td[data-edit=text] {
	cursor: text
}

.layui-table-view .layui-form-checkbox[lay-skin=primary] i {
	width: 18px;
	height: 18px
}

.layui-table-view .layui-form-radio {
	line-height: 0;
	padding: 0
}

.layui-table-view .layui-form-radio>i {
	margin: 0;
	font-size: 20px
}

.layui-table-init {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 110
}

.layui-table-init .layui-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
	font-size: 30px;
	color: #c2c2c2
}

.layui-table-header {
	border-width: 0 0 1px;
	overflow: hidden
}

.layui-table-header .layui-table {
	margin-bottom: -1px
}

.layui-table-tool .layui-inline[lay-event] {
	position: relative;
	width: 26px;
	height: 26px;
	padding: 5px;
	line-height: 16px;
	margin-right: 10px;
	text-align: center;
	color: #333;
	border: 1px solid #ccc;
	cursor: pointer;
	-webkit-transition: .5s all;
	transition: .5s all
}

.layui-table-tool .layui-inline[lay-event]:hover {
	border: 1px solid #999
}

.layui-table-tool-temp {
	padding-right: 120px
}

.layui-table-tool-self {
	position: absolute;
	right: 17px;
	top: 10px
}

.layui-table-tool .layui-table-tool-self .layui-inline[lay-event] {
	margin: 0 0 0 10px
}

.layui-table-tool-panel {
	position: absolute;
	top: 29px;
	left: -1px;
	padding: 5px 0;
	min-width: 150px;
	min-height: 40px;
	border: 1px solid #d2d2d2;
	text-align: left;
	overflow-y: auto;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12)
}

.layui-table-cell,
.layui-table-tool-panel li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.layui-table-tool-panel li {
	padding: 0 10px;
	line-height: 30px;
	-webkit-transition: .5s all;
	transition: .5s all
}

.layui-table-tool-panel li .layui-form-checkbox[lay-skin=primary] {
	width: 100%;
	padding-left: 28px
}

.layui-table-tool-panel li:hover {
	background-color: #f2f2f2
}

.layui-table-tool-panel li .layui-form-checkbox[lay-skin=primary] i {
	position: absolute;
	left: 0;
	top: 0
}

.layui-table-tool-panel li .layui-form-checkbox[lay-skin=primary] span {
	padding: 0
}

.layui-table-tool .layui-table-tool-self .layui-table-tool-panel {
	left: auto;
	right: -1px
}

.layui-table-col-set {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 100%;
	border-width: 0 0 0 1px;
	background-color: #fff
}

.layui-table-sort {
	width: 10px;
	height: 20px;
	margin-left: 5px;
	cursor: pointer !important
}

.layui-table-sort .layui-edge {
	position: absolute;
	left: 5px;
	border-width: 5px
}

.layui-table-sort .layui-table-sort-asc {
	top: 3px;
	border-top: none;
	border-bottom-style: solid;
	border-bottom-color: #b2b2b2
}

.layui-table-sort .layui-table-sort-asc:hover {
	border-bottom-color: #666
}

.layui-table-sort .layui-table-sort-desc {
	bottom: 5px;
	border-bottom: none;
	border-top-style: solid;
	border-top-color: #b2b2b2
}

.layui-table-sort .layui-table-sort-desc:hover {
	border-top-color: #666
}

.layui-table-sort[lay-sort=asc] .layui-table-sort-asc {
	border-bottom-color: #000
}

.layui-table-sort[lay-sort=desc] .layui-table-sort-desc {
	border-top-color: #000
}

.layui-table-cell {
	height: 28px;
	line-height: 28px;
	padding: 0 15px;
	position: relative;
	box-sizing: border-box
}

.layui-table-cell .layui-form-checkbox[lay-skin=primary] {
	top: -1px;
	padding: 0
}

.layui-table-cell .layui-table-link {
	color: #01AAED
}

.laytable-cell-checkbox,
.laytable-cell-numbers,
.laytable-cell-radio,
.laytable-cell-space {
	padding: 0;
	text-align: center
}

.layui-table-body {
	position: relative;
	overflow: auto;
	margin-right: -1px;
	margin-bottom: -1px
}

.layui-table-body .layui-none {
	line-height: 26px;
	padding: 15px;
	text-align: center;
	color: #999
}

.layui-table-fixed {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 101
}

.layui-table-fixed .layui-table-body {
	overflow: hidden
}

.layui-table-fixed-l {
	box-shadow: 0 -1px 8px rgba(0, 0, 0, .08)
}

.layui-table-fixed-r {
	left: auto;
	right: -1px;
	border-width: 0 0 0 1px;
	box-shadow: -1px 0 8px rgba(0, 0, 0, .08)
}

.layui-table-fixed-r .layui-table-header {
	position: relative;
	overflow: visible
}

.layui-table-mend {
	position: absolute;
	right: -49px;
	top: 0;
	height: 100%;
	width: 50px
}

.layui-table-tool {
	position: relative;
	z-index: 890;
	width: 100%;
	min-height: 50px;
	line-height: 30px;
	padding: 10px 15px;
	border-width: 0 0 1px
}

.layui-table-tool .layui-btn-container {
	margin-bottom: -10px
}

.layui-table-page,
.layui-table-total {
	border-width: 1px 0 0;
	margin-bottom: -1px;
	overflow: hidden
}

.layui-table-page {
	position: relative;
	width: 100%;
	padding: 7px 7px 0;
	height: 41px;
	font-size: 12px;
	white-space: nowrap
}

.layui-table-page>div {
	height: 26px
}

.layui-table-page .layui-laypage {
	margin: 0
}

.layui-table-page .layui-laypage a,
.layui-table-page .layui-laypage span {
	height: 26px;
	line-height: 26px;
	margin-bottom: 10px;
	border: none;
	background: 0 0
}

.layui-table-page .layui-laypage a,
.layui-table-page .layui-laypage span.layui-laypage-curr {
	padding: 0 12px
}

.layui-table-page .layui-laypage span {
	margin-left: 0;
	padding: 0
}

.layui-table-page .layui-laypage .layui-laypage-prev {
	margin-left: -7px !important
}

.layui-table-page .layui-laypage .layui-laypage-curr .layui-laypage-em {
	left: 0;
	top: 0;
	padding: 0
}

.layui-table-page .layui-laypage button,
.layui-table-page .layui-laypage input {
	height: 26px;
	line-height: 26px
}

.layui-table-page .layui-laypage input {
	width: 40px
}

.layui-table-page .layui-laypage button {
	padding: 0 10px
}

.layui-table-page select {
	height: 18px
}

.layui-table-patch .layui-table-cell {
	padding: 0;
	width: 30px
}

.layui-table-edit {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 14px 1px;
	border-radius: 0;
	box-shadow: 1px 1px 20px rgba(0, 0, 0, .15)
}

.layui-table-edit:focus {
	border-color: #5FB878 !important
}

select.layui-table-edit {
	padding: 0 0 0 10px;
	border-color: #C9C9C9
}

.layui-table-view .layui-form-checkbox,
.layui-table-view .layui-form-radio,
.layui-table-view .layui-form-switch {
	top: 0;
	margin: 0;
	box-sizing: content-box
}

.layui-table-view .layui-form-checkbox {
	top: -1px;
	height: 26px;
	line-height: 26px
}

.layui-table-view .layui-form-checkbox i {
	height: 26px
}

.layui-table-grid .layui-table-cell {
	overflow: visible
}

.layui-table-grid-down {
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 100%;
	padding: 5px 0;
	border-width: 0 0 0 1px;
	text-align: center;
	background-color: #fff;
	color: #999;
	cursor: pointer
}

.layui-table-grid-down .layui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px
}

.layui-table-grid-down:hover {
	background-color: #fbfbfb
}

body .layui-table-tips .layui-layer-content {
	background: 0 0;
	padding: 0;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .12)
}

.layui-table-tips-main {
	margin: -44px 0 0 -1px;
	max-height: 150px;
	padding: 8px 15px;
	font-size: 14px;
	overflow-y: scroll;
	background-color: #fff;
	color: #666
}

.layui-table-tips-c {
	position: absolute;
	right: -3px;
	top: -13px;
	width: 20px;
	height: 20px;
	padding: 3px;
	cursor: pointer;
	background-color: #666;
	border-radius: 50%;
	color: #fff
}

.layui-table-tips-c:hover {
	background-color: #777
}

.layui-table-tips-c:before {
	position: relative;
	right: -2px
}

.layui-upload-file {
	display: none !important;
	opacity: .01;
	filter: Alpha(opacity=1)
}

.layui-upload-drag,
.layui-upload-form,
.layui-upload-wrap {
	display: inline-block
}

.layui-upload-list {
	margin: 10px 0
}

.layui-upload-choose {
	padding: 0 10px;
	color: #999
}

.layui-upload-drag {
	position: relative;
	padding: 30px;
	border: 1px dashed #e2e2e2;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	color: #999
}

.layui-upload-drag .layui-icon {
	font-size: 50px;
	color: #009688
}

.layui-upload-drag[lay-over] {
	border-color: #009688
}

.layui-upload-iframe {
	position: absolute;
	width: 0;
	height: 0;
	border: 0;
	visibility: hidden
}

.layui-upload-wrap {
	position: relative;
	vertical-align: middle
}

.layui-upload-wrap .layui-upload-file {
	display: block !important;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	font-size: 100px;
	width: 100%;
	height: 100%;
	opacity: .01;
	filter: Alpha(opacity=1);
	cursor: pointer
}

.layui-transfer-active,
.layui-transfer-box {
	display: inline-block;
	vertical-align: middle
}

.layui-transfer-box,
.layui-transfer-header,
.layui-transfer-search {
	border-width: 0;
	border-style: solid;
	border-color: #e6e6e6
}

.layui-transfer-box {
	position: relative;
	border-width: 1px;
	width: 200px;
	height: 360px;
	border-radius: 2px;
	background-color: #fff
}

.layui-transfer-box .layui-form-checkbox {
	width: 100%;
	margin: 0 !important
}

.layui-transfer-header {
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	border-bottom-width: 1px
}

.layui-transfer-search {
	position: relative;
	padding: 10px;
	border-bottom-width: 1px
}

.layui-transfer-search .layui-input {
	height: 32px;
	padding-left: 30px;
	font-size: 12px
}

.layui-transfer-search .layui-icon-search {
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -8px;
	color: #666
}

.layui-transfer-active {
	margin: 0 15px
}

.layui-transfer-active .layui-btn {
	display: block;
	margin: 0;
	padding: 0 15px;
	background-color: #5FB878;
	border-color: #5FB878;
	color: #fff
}

.layui-transfer-active .layui-btn-disabled {
	background-color: #FBFBFB;
	border-color: #e6e6e6;
	color: #C9C9C9
}

.layui-transfer-active .layui-btn:first-child {
	margin-bottom: 15px
}

.layui-transfer-active .layui-btn .layui-icon {
	margin: 0;
	font-size: 14px !important
}

.layui-transfer-data {
	padding: 5px 0;
	overflow: auto
}

.layui-transfer-data li {
	height: 32px;
	line-height: 32px;
	padding: 0 10px
}

.layui-transfer-data li:hover {
	background-color: #f2f2f2;
	transition: .5s all
}

.layui-transfer-data .layui-none {
	padding: 15px 10px;
	text-align: center;
	color: #999
}

.layui-nav {
	position: relative;
	padding: 0 20px;
	background-color: #393D49;
	color: #fff;
	border-radius: 2px;
	font-size: 0;
	box-sizing: border-box
}

.layui-nav * {
	font-size: 14px
}

.layui-nav .layui-nav-item {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	line-height: 60px
}

.layui-nav .layui-nav-item a {
	display: block;
	padding: 0 20px;
	color: #fff;
	color: rgba(255, 255, 255, .7);
	transition: all .3s;
	-webkit-transition: all .3s
}

.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 5px;
	background-color: #5FB878;
	transition: all .2s;
	-webkit-transition: all .2s
}

.layui-nav-bar {
	z-index: 1000
}

.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
	color: #fff
}

.layui-nav .layui-this:after {
	content: '';
	top: auto;
	bottom: 0;
	width: 100%
}

.layui-nav-img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border-radius: 50%
}

.layui-nav .layui-nav-more {
	content: '';
	width: 0;
	height: 0;
	border-style: solid dashed dashed;
	border-color: #fff transparent transparent;
	overflow: hidden;
	cursor: pointer;
	transition: all .2s;
	-webkit-transition: all .2s;
	position: absolute;
	top: 50%;
	right: 3px;
	margin-top: -3px;
	border-width: 6px;
	border-top-color: rgba(255, 255, 255, .7)
}

.layui-nav .layui-nav-mored,
.layui-nav-itemed>a .layui-nav-more {
	margin-top: -9px;
	border-style: dashed dashed solid;
	border-color: transparent transparent #fff
}

.layui-nav-child {
	display: none;
	position: absolute;
	left: 0;
	top: 65px;
	min-width: 100%;
	line-height: 36px;
	padding: 5px 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
	border: 1px solid #d2d2d2;
	background-color: #fff;
	z-index: 100;
	border-radius: 2px;
	white-space: nowrap
}

.layui-nav .layui-nav-child a {
	color: #333
}

.layui-nav .layui-nav-child a:hover {
	background-color: #f2f2f2;
	color: #000
}

.layui-nav-child dd {
	position: relative
}

.layui-nav .layui-nav-child dd.layui-this a,
.layui-nav-child dd.layui-this {
	background-color: #5FB878;
	color: #fff
}

.layui-nav-child dd.layui-this:after {
	display: none
}

.layui-nav-tree {
	width: 200px;
	padding: 0
}

.layui-nav-tree .layui-nav-item {
	display: block;
	width: 100%;
	line-height: 45px
}

.layui-nav-tree .layui-nav-item a {
	position: relative;
	height: 45px;
	line-height: 45px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.layui-nav-tree .layui-nav-item a:hover {
	background-color: #4E5465
}

.layui-nav-tree .layui-nav-bar {
	width: 5px;
	height: 0;
	background-color: #009688
}

.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this>a,
.layui-nav-tree .layui-this>a:hover {
	background-color: #009688;
	color: #fff
}

.layui-nav-tree .layui-this:after {
	display: none
}

.layui-nav-itemed>a,
.layui-nav-tree .layui-nav-title a,
.layui-nav-tree .layui-nav-title a:hover {
	color: #fff !important
}

.layui-nav-tree .layui-nav-child {
	position: relative;
	z-index: 0;
	top: 0;
	border: none;
	box-shadow: none
}

.layui-nav-tree .layui-nav-child a {
	height: 40px;
	line-height: 40px;
	color: #fff;
	color: rgba(255, 255, 255, .7)
}

.layui-nav-tree .layui-nav-child,
.layui-nav-tree .layui-nav-child a:hover {
	background: 0 0;
	color: #fff
}

.layui-nav-tree .layui-nav-more {
	right: 10px
}

.layui-nav-itemed>.layui-nav-child {
	display: block;
	padding: 0;
	background-color: rgba(0, 0, 0, .3) !important
}

.layui-nav-itemed>.layui-nav-child>.layui-this>.layui-nav-child {
	display: block
}

.layui-nav-side {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	overflow-x: hidden;
	z-index: 999
}

.layui-bg-blue .layui-nav-bar,
.layui-bg-blue .layui-nav-itemed:after,
.layui-bg-blue .layui-this:after {
	background-color: #93D1FF
}

.layui-bg-blue .layui-nav-child dd.layui-this {
	background-color: #1E9FFF
}

.layui-bg-blue .layui-nav-itemed>a,
.layui-nav-tree.layui-bg-blue .layui-nav-title a,
.layui-nav-tree.layui-bg-blue .layui-nav-title a:hover {
	background-color: #007DDB !important
}

.layui-breadcrumb {
	font-size: 0
}

.layui-breadcrumb>* {
	font-size: 14px
}

.layui-breadcrumb a {
	color: #999 !important
}

.layui-breadcrumb a:hover {
	color: #5FB878 !important
}

.layui-breadcrumb a cite {
	color: #666;
	font-style: normal
}

.layui-breadcrumb span[lay-separator] {
	margin: 0 10px;
	color: #999
}

.layui-tab {
	margin: 10px 0;
	text-align: left !important
}

.layui-tab[overflow]>.layui-tab-title {
	overflow: hidden
}

.layui-tab-title {
	position: relative;
	left: 0;
	height: 40px;
	white-space: nowrap;
	font-size: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	transition: all .2s;
	-webkit-transition: all .2s
}

.layui-tab-title li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	font-size: 14px;
	transition: all .2s;
	-webkit-transition: all .2s;
	position: relative;
	line-height: 40px;
	min-width: 65px;
	padding: 0 15px;
	text-align: center;
	cursor: pointer
}

.layui-tab-title li a {
	display: block
}

.layui-tab-title .layui-this {
	color: #000
}

.layui-tab-title .layui-this:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 41px;
	border-width: 1px;
	border-style: solid;
	border-bottom-color: #fff;
	border-radius: 2px 2px 0 0;
	box-sizing: border-box;
	pointer-events: none
}

.layui-tab-bar {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	width: 30px;
	height: 39px;
	line-height: 39px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	text-align: center;
	background-color: #fff;
	cursor: pointer
}

.layui-tab-bar .layui-icon {
	position: relative;
	display: inline-block;
	top: 3px;
	transition: all .3s;
	-webkit-transition: all .3s
}

.layui-tab-item {
	display: none
}

.layui-tab-more {
	padding-right: 30px;
	height: auto !important;
	white-space: normal !important
}

.layui-tab-more li.layui-this:after {
	border-bottom-color: #e2e2e2;
	border-radius: 2px
}

.layui-tab-more .layui-tab-bar .layui-icon {
	top: -2px;
	top: 3px\9;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

:root .layui-tab-more .layui-tab-bar .layui-icon {
	top: -2px\0/IE9
}

.layui-tab-content {
	padding: 10px
}

.layui-tab-title li .layui-tab-close {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 20px;
	margin-left: 8px;
	top: 1px;
	text-align: center;
	font-size: 14px;
	color: #c2c2c2;
	transition: all .2s;
	-webkit-transition: all .2s
}

.layui-tab-title li .layui-tab-close:hover {
	border-radius: 2px;
	background-color: #FF5722;
	color: #fff
}

.layui-tab-brief>.layui-tab-title .layui-this {
	color: #009688
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
	border: none;
	border-radius: 0;
	border-bottom: 2px solid #5FB878
}

.layui-tab-brief[overflow]>.layui-tab-title .layui-this:after {
	top: -1px
}

.layui-tab-card {
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1)
}

.layui-tab-card>.layui-tab-title {
	background-color: #f2f2f2
}

.layui-tab-card>.layui-tab-title li {
	margin-right: -1px;
	margin-left: -1px
}

.layui-tab-card>.layui-tab-title .layui-this {
	background-color: #fff
}

.layui-tab-card>.layui-tab-title .layui-this:after {
	border-top: none;
	border-width: 1px;
	border-bottom-color: #fff
}

.layui-tab-card>.layui-tab-title .layui-tab-bar {
	height: 40px;
	line-height: 40px;
	border-radius: 0;
	border-top: none;
	border-right: none
}

.layui-tab-card>.layui-tab-more .layui-this {
	background: 0 0;
	color: #5FB878
}

.layui-tab-card>.layui-tab-more .layui-this:after {
	border: none
}

.layui-timeline {
	padding-left: 5px
}

.layui-timeline-item {
	position: relative;
	padding-bottom: 20px
}

.layui-timeline-axis {
	position: absolute;
	left: -5px;
	top: 0;
	z-index: 10;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #fff;
	color: #5FB878;
	border-radius: 50%;
	text-align: center;
	cursor: pointer
}

.layui-timeline-axis:hover {
	color: #FF5722
}

.layui-timeline-item:before {
	content: '';
	position: absolute;
	left: 5px;
	top: 0;
	z-index: 0;
	width: 1px;
	height: 100%
}

.layui-timeline-item:last-child:before {
	display: none
}

.layui-timeline-item:first-child:before {
	display: block
}

.layui-timeline-content {
	padding-left: 25px
}

.layui-timeline-title {
	position: relative;
	margin-bottom: 10px
}

.layui-badge,
.layui-badge-dot,
.layui-badge-rim {
	position: relative;
	display: inline-block;
	padding: 0 6px;
	font-size: 12px;
	text-align: center;
	background-color: #FF5722;
	color: #fff;
	border-radius: 2px
}

.layui-badge {
	height: 18px;
	line-height: 18px
}

.layui-badge-dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border-radius: 50%
}

.layui-badge-rim {
	height: 18px;
	line-height: 18px;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	color: #666
}

.layui-btn .layui-badge,
.layui-btn .layui-badge-dot {
	margin-left: 5px
}

.layui-nav .layui-badge,
.layui-nav .layui-badge-dot {
	position: absolute;
	top: 50%;
	margin: -8px 6px 0
}

.layui-tab-title .layui-badge,
.layui-tab-title .layui-badge-dot {
	left: 5px;
	top: -2px
}

.layui-carousel {
	position: relative;
	left: 0;
	top: 0;
	background-color: #f8f8f8
}

.layui-carousel>[carousel-item] {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.layui-carousel>[carousel-item]:before {
	position: absolute;
	content: '\e63d';
	left: 50%;
	top: 50%;
	width: 100px;
	line-height: 20px;
	margin: -10px 0 0 -50px;
	text-align: center;
	color: #c2c2c2;
	font-family: layui-icon !important;
	font-size: 30px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.layui-carousel>[carousel-item]>* {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #f8f8f8;
	transition-duration: .3s;
	-webkit-transition-duration: .3s
}

.layui-carousel-updown>* {
	-webkit-transition: .3s ease-in-out up;
	transition: .3s ease-in-out up
}

.layui-carousel-arrow {
	display: none\9;
	opacity: 0;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -18px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 20px;
	border: 0;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .2);
	color: #fff;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	cursor: pointer
}

.layui-carousel-arrow[lay-type=add] {
	left: auto !important;
	right: 10px
}

.layui-carousel:hover .layui-carousel-arrow[lay-type=add],
.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
	right: 20px
}

.layui-carousel[lay-arrow=always] .layui-carousel-arrow {
	opacity: 1;
	left: 20px
}

.layui-carousel[lay-arrow=none] .layui-carousel-arrow {
	display: none
}

.layui-carousel-arrow:hover,
.layui-carousel-ind ul:hover {
	background-color: rgba(0, 0, 0, .35)
}

.layui-carousel:hover .layui-carousel-arrow {
	display: block\9;
	opacity: 1;
	left: 20px
}

.layui-carousel-ind {
	position: relative;
	top: -35px;
	width: 100%;
	line-height: 0 !important;
	text-align: center;
	font-size: 0
}

.layui-carousel[lay-indicator=outside] {
	margin-bottom: 30px
}

.layui-carousel[lay-indicator=outside] .layui-carousel-ind {
	top: 10px
}

.layui-carousel[lay-indicator=outside] .layui-carousel-ind ul {
	background-color: rgba(0, 0, 0, .5)
}

.layui-carousel[lay-indicator=none] .layui-carousel-ind {
	display: none
}

.layui-carousel-ind ul {
	display: inline-block;
	padding: 5px;
	background-color: rgba(0, 0, 0, .2);
	border-radius: 10px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.layui-carousel-ind li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	font-size: 14px;
	background-color: #e2e2e2;
	background-color: rgba(255, 255, 255, .5);
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.layui-carousel-ind li:hover {
	background-color: rgba(255, 255, 255, .7)
}

.layui-carousel-ind li.layui-this {
	background-color: #fff
}

.layui-carousel>[carousel-item]>.layui-carousel-next,
.layui-carousel>[carousel-item]>.layui-carousel-prev,
.layui-carousel>[carousel-item]>.layui-this {
	display: block
}

.layui-carousel>[carousel-item]>.layui-this {
	left: 0
}

.layui-carousel>[carousel-item]>.layui-carousel-prev {
	left: -100%
}

.layui-carousel>[carousel-item]>.layui-carousel-next {
	left: 100%
}

.layui-carousel>[carousel-item]>.layui-carousel-next.layui-carousel-left,
.layui-carousel>[carousel-item]>.layui-carousel-prev.layui-carousel-right {
	left: 0
}

.layui-carousel>[carousel-item]>.layui-this.layui-carousel-left {
	left: -100%
}

.layui-carousel>[carousel-item]>.layui-this.layui-carousel-right {
	left: 100%
}

.layui-carousel[lay-anim=updown] .layui-carousel-arrow {
	left: 50% !important;
	top: 20px;
	margin: 0 0 0 -18px
}

.layui-carousel[lay-anim=updown]>[carousel-item]>*,
.layui-carousel[lay-anim=fade]>[carousel-item]>* {
	left: 0 !important
}

.layui-carousel[lay-anim=updown] .layui-carousel-arrow[lay-type=add] {
	top: auto !important;
	bottom: 20px
}

.layui-carousel[lay-anim=updown] .layui-carousel-ind {
	position: absolute;
	top: 50%;
	right: 20px;
	width: auto;
	height: auto
}

.layui-carousel[lay-anim=updown] .layui-carousel-ind ul {
	padding: 3px 5px
}

.layui-carousel[lay-anim=updown] .layui-carousel-ind li {
	display: block;
	margin: 6px 0
}

.layui-carousel[lay-anim=updown]>[carousel-item]>.layui-this {
	top: 0
}

.layui-carousel[lay-anim=updown]>[carousel-item]>.layui-carousel-prev {
	top: -100%
}

.layui-carousel[lay-anim=updown]>[carousel-item]>.layui-carousel-next {
	top: 100%
}

.layui-carousel[lay-anim=updown]>[carousel-item]>.layui-carousel-next.layui-carousel-left,
.layui-carousel[lay-anim=updown]>[carousel-item]>.layui-carousel-prev.layui-carousel-right {
	top: 0
}

.layui-carousel[lay-anim=updown]>[carousel-item]>.layui-this.layui-carousel-left {
	top: -100%
}

.layui-carousel[lay-anim=updown]>[carousel-item]>.layui-this.layui-carousel-right {
	top: 100%
}

.layui-carousel[lay-anim=fade]>[carousel-item]>.layui-carousel-next,
.layui-carousel[lay-anim=fade]>[carousel-item]>.layui-carousel-prev {
	opacity: 0
}

.layui-carousel[lay-anim=fade]>[carousel-item]>.layui-carousel-next.layui-carousel-left,
.layui-carousel[lay-anim=fade]>[carousel-item]>.layui-carousel-prev.layui-carousel-right {
	opacity: 1
}

.layui-carousel[lay-anim=fade]>[carousel-item]>.layui-this.layui-carousel-left,
.layui-carousel[lay-anim=fade]>[carousel-item]>.layui-this.layui-carousel-right {
	opacity: 0
}

.layui-fixbar {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 999999
}

.layui-fixbar li {
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 1px;
	text-align: center;
	cursor: pointer;
	font-size: 30px;
	background-color: #9F9F9F;
	color: #fff;
	border-radius: 2px;
	opacity: .95
}

.layui-fixbar li:hover {
	opacity: .85
}

.layui-fixbar li:active {
	opacity: 1
}

.layui-fixbar .layui-fixbar-top {
	display: none;
	font-size: 40px
}

body .layui-util-face {
	border: none;
	background: 0 0
}

body .layui-util-face .layui-layer-content {
	padding: 0;
	background-color: #fff;
	color: #666;
	box-shadow: none
}

.layui-util-face .layui-layer-TipsG {
	display: none
}

.layui-util-face ul {
	position: relative;
	width: 372px;
	padding: 10px;
	border: 1px solid #D9D9D9;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.layui-util-face ul li {
	cursor: pointer;
	float: left;
	border: 1px solid #e8e8e8;
	height: 22px;
	width: 26px;
	overflow: hidden;
	margin: -1px 0 0 -1px;
	padding: 4px 2px;
	text-align: center
}

.layui-util-face ul li:hover {
	position: relative;
	z-index: 2;
	border: 1px solid #eb7350;
	background: #fff9ec
}

.layui-code {
	position: relative;
	margin: 10px 0;
	padding: 15px;
	line-height: 20px;
	border: 1px solid #ddd;
	border-left-width: 6px;
	background-color: #F2F2F2;
	color: #333;
	font-family: Courier New;
	font-size: 12px
}

.layui-rate,
.layui-rate * {
	display: inline-block;
	vertical-align: middle
}

.layui-rate {
	padding: 10px 5px 10px 0;
	font-size: 0
}

.layui-rate li i.layui-icon {
	font-size: 20px;
	color: #FFB800;
	margin-right: 5px;
	transition: all .3s;
	-webkit-transition: all .3s
}

.layui-rate li i:hover {
	cursor: pointer;
	transform: scale(1.12);
	-webkit-transform: scale(1.12)
}

.layui-rate[readonly] li i:hover {
	cursor: default;
	transform: scale(1)
}

.layui-colorpicker {
	width: 26px;
	height: 26px;
	border: 1px solid #e6e6e6;
	padding: 5px;
	border-radius: 2px;
	line-height: 24px;
	display: inline-block;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s
}

.layui-colorpicker:hover {
	border-color: #d2d2d2
}

.layui-colorpicker.layui-colorpicker-lg {
	width: 34px;
	height: 34px;
	line-height: 32px
}

.layui-colorpicker.layui-colorpicker-sm {
	width: 24px;
	height: 24px;
	line-height: 22px
}

.layui-colorpicker.layui-colorpicker-xs {
	width: 22px;
	height: 22px;
	line-height: 20px
}

.layui-colorpicker-trigger-bgcolor {
	display: block;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
	border-radius: 2px
}

.layui-colorpicker-trigger-span {
	display: block;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 2px;
	text-align: center
}

.layui-colorpicker-trigger-i {
	display: inline-block;
	color: #FFF;
	font-size: 12px
}

.layui-colorpicker-trigger-i.layui-icon-close {
	color: #999
}

.layui-colorpicker-main {
	position: absolute;
	z-index: 66666666;
	width: 280px;
	padding: 7px;
	background: #FFF;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12)
}

.layui-colorpicker-main-wrapper {
	height: 180px;
	position: relative
}

.layui-colorpicker-basis {
	width: 260px;
	height: 100%;
	position: relative
}

.layui-colorpicker-basis-white {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, #FFF, hsla(0, 0%, 100%, 0))
}

.layui-colorpicker-basis-black {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, #000, transparent)
}

.layui-colorpicker-basis-cursor {
	width: 10px;
	height: 10px;
	border: 1px solid #FFF;
	border-radius: 50%;
	position: absolute;
	top: -3px;
	right: -3px;
	cursor: pointer
}

.layui-colorpicker-side {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 100%;
	background: linear-gradient(red, #FF0, #0F0, #0FF, #00F, #F0F, red)
}

.layui-colorpicker-side-slider {
	width: 100%;
	height: 5px;
	box-shadow: 0 0 1px #888;
	box-sizing: border-box;
	background: #FFF;
	border-radius: 1px;
	border: 1px solid #f0f0f0;
	cursor: pointer;
	position: absolute;
	left: 0
}

.layui-colorpicker-main-alpha {
	display: none;
	height: 12px;
	margin-top: 7px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
}

.layui-colorpicker-alpha-bgcolor {
	height: 100%;
	position: relative
}

.layui-colorpicker-alpha-slider {
	width: 5px;
	height: 100%;
	box-shadow: 0 0 1px #888;
	box-sizing: border-box;
	background: #FFF;
	border-radius: 1px;
	border: 1px solid #f0f0f0;
	cursor: pointer;
	position: absolute;
	top: 0
}

.layui-colorpicker-main-pre {
	padding-top: 7px;
	font-size: 0
}

.layui-colorpicker-pre {
	width: 20px;
	height: 20px;
	border-radius: 2px;
	display: inline-block;
	margin-left: 6px;
	margin-bottom: 7px;
	cursor: pointer
}

.layui-colorpicker-pre:nth-child(11n+1) {
	margin-left: 0
}

.layui-colorpicker-pre-isalpha {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
}

.layui-colorpicker-pre.layui-this {
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, .15)
}

.layui-colorpicker-pre>div {
	height: 100%;
	border-radius: 2px
}

.layui-colorpicker-main-input {
	text-align: right;
	padding-top: 7px
}

.layui-colorpicker-main-input .layui-btn-container .layui-btn {
	margin: 0 0 0 10px
}

.layui-colorpicker-main-input div.layui-inline {
	float: left;
	margin-right: 10px;
	font-size: 14px
}

.layui-colorpicker-main-input input.layui-input {
	width: 150px;
	height: 30px;
	color: #666
}

.layui-slider {
	height: 4px;
	background: #e2e2e2;
	border-radius: 3px;
	position: relative;
	cursor: pointer
}

.layui-slider-bar {
	border-radius: 3px;
	position: absolute;
	height: 100%
}

.layui-slider-step {
	position: absolute;
	top: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #FFF;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.layui-slider-wrap {
	width: 36px;
	height: 36px;
	position: absolute;
	top: -16px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
	text-align: center
}

.layui-slider-wrap-btn {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #FFF;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	transition: .3s
}

.layui-slider-wrap:after {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle
}

.layui-slider-wrap-btn.layui-slider-hover,
.layui-slider-wrap-btn:hover {
	transform: scale(1.2)
}

.layui-slider-wrap-btn.layui-disabled:hover {
	transform: scale(1) !important
}

.layui-slider-tips {
	position: absolute;
	top: -42px;
	z-index: 66666666;
	white-space: nowrap;
	display: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #FFF;
	background: #000;
	border-radius: 3px;
	height: 25px;
	line-height: 25px;
	padding: 0 10px
}

.layui-slider-tips:after {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	border-color: #000 transparent transparent
}

.layui-slider-input {
	width: 70px;
	height: 32px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	font-size: 16px;
	line-height: 32px;
	position: absolute;
	right: 0;
	top: -15px
}

.layui-slider-input-btn {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	border-left: 1px solid #d2d2d2
}

.layui-slider-input-btn i {
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 50%;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #999
}

.layui-slider-input-btn i:first-child {
	top: 0;
	border-bottom: 1px solid #d2d2d2
}

.layui-slider-input-txt {
	height: 100%;
	font-size: 14px
}

.layui-slider-input-txt input {
	height: 100%;
	border: none
}

.layui-slider-input-btn i:hover {
	color: #009688
}

.layui-slider-vertical {
	width: 4px;
	margin-left: 34px
}

.layui-slider-vertical .layui-slider-bar {
	width: 4px
}

.layui-slider-vertical .layui-slider-step {
	top: auto;
	left: 0;
	-webkit-transform: translateY(50%);
	transform: translateY(50%)
}

.layui-slider-vertical .layui-slider-wrap {
	top: auto;
	left: -16px;
	-webkit-transform: translateY(50%);
	transform: translateY(50%)
}

.layui-slider-vertical .layui-slider-tips {
	top: auto;
	left: 2px
}

@media \0screen {
	.layui-slider-wrap-btn {
		margin-left: -20px
	}

	.layui-slider-vertical .layui-slider-wrap-btn {
		margin-left: 0;
		margin-bottom: -20px
	}

	.layui-slider-vertical .layui-slider-tips {
		margin-left: -8px
	}

	.layui-slider>span {
		margin-left: 8px
	}
}

.layui-tree {
	line-height: 22px
}

.layui-tree .layui-form-checkbox {
	margin: 0 !important
}

.layui-tree-set {
	width: 100%;
	position: relative
}

.layui-tree-pack {
	display: none;
	padding-left: 20px;
	position: relative
}

.layui-tree-iconClick,
.layui-tree-main {
	display: inline-block;
	vertical-align: middle
}

.layui-tree-line .layui-tree-pack {
	padding-left: 27px
}

.layui-tree-line .layui-tree-set .layui-tree-set:after {
	content: '';
	position: absolute;
	top: 14px;
	left: -9px;
	width: 17px;
	height: 0;
	border-top: 1px dotted #c0c4cc
}

.layui-tree-entry {
	position: relative;
	padding: 3px 0;
	height: 20px;
	white-space: nowrap
}

.layui-tree-entry:hover {
	background-color: #eee
}

.layui-tree-line .layui-tree-entry:hover {
	background-color: rgba(0, 0, 0, 0)
}

.layui-tree-line .layui-tree-entry:hover .layui-tree-txt {
	color: #999;
	text-decoration: underline;
	transition: .3s
}

.layui-tree-main {
	cursor: pointer;
	padding-right: 10px
}

.layui-tree-line .layui-tree-set:before {
	content: '';
	position: absolute;
	top: 0;
	left: -9px;
	width: 0;
	height: 100%;
	border-left: 1px dotted #c0c4cc
}

.layui-tree-line .layui-tree-set.layui-tree-setLineShort:before {
	height: 13px
}

.layui-tree-line .layui-tree-set.layui-tree-setHide:before {
	height: 0
}

.layui-tree-iconClick {
	position: relative;
	height: 20px;
	line-height: 20px;
	margin: 0 10px;
	color: #c0c4cc
}

.layui-tree-icon {
	height: 12px;
	line-height: 12px;
	width: 12px;
	text-align: center;
	border: 1px solid #c0c4cc
}

.layui-tree-iconClick .layui-icon {
	font-size: 18px
}

.layui-tree-icon .layui-icon {
	font-size: 12px;
	color: #666
}

.layui-tree-iconArrow {
	padding: 0 5px
}

.layui-tree-iconArrow:after {
	content: '';
	position: absolute;
	left: 4px;
	top: 3px;
	z-index: 100;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #c0c4cc;
	transition: .5s
}

.layui-tree-btnGroup,
.layui-tree-editInput {
	position: relative;
	vertical-align: middle;
	display: inline-block
}

.layui-tree-spread>.layui-tree-entry>.layui-tree-iconClick>.layui-tree-iconArrow:after {
	transform: rotate(90deg) translate(3px, 4px)
}

.layui-tree-txt {
	display: inline-block;
	vertical-align: middle;
	color: #555
}

.layui-tree-search {
	margin-bottom: 15px;
	color: #666
}

.layui-tree-btnGroup .layui-icon {
	display: inline-block;
	vertical-align: middle;
	padding: 0 2px;
	cursor: pointer
}

.layui-tree-btnGroup .layui-icon:hover {
	color: #999;
	transition: .3s
}

.layui-tree-entry:hover .layui-tree-btnGroup {
	visibility: visible
}

.layui-tree-editInput {
	height: 20px;
	line-height: 20px;
	padding: 0 3px;
	border: none;
	background-color: rgba(0, 0, 0, .05)
}

.layui-tree-emptyText {
	text-align: center;
	color: #999
}

.layui-anim {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.layui-anim.layui-icon {
	display: inline-block
}

.layui-anim-loop {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.layui-trans,
.layui-trans a {
	transition: all .3s;
	-webkit-transition: all .3s
}

@-webkit-keyframes layui-rotate {
	from {
		-webkit-transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes layui-rotate {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

.layui-anim-rotate {
	-webkit-animation-name: layui-rotate;
	animation-name: layui-rotate;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

@-webkit-keyframes layui-up {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		opacity: .3
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes layui-up {
	from {
		transform: translate3d(0, 100%, 0);
		opacity: .3
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.layui-anim-up {
	-webkit-animation-name: layui-up;
	animation-name: layui-up
}

@-webkit-keyframes layui-upbit {
	from {
		-webkit-transform: translate3d(0, 30px, 0);
		opacity: .3
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes layui-upbit {
	from {
		transform: translate3d(0, 30px, 0);
		opacity: .3
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.layui-anim-upbit {
	-webkit-animation-name: layui-upbit;
	animation-name: layui-upbit
}

@-webkit-keyframes layui-scale {
	0% {
		opacity: .3;
		-webkit-transform: scale(.5)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1)
	}
}

@keyframes layui-scale {
	0% {
		opacity: .3;
		-ms-transform: scale(.5);
		transform: scale(.5)
	}

	100% {
		opacity: 1;
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.layui-anim-scale {
	-webkit-animation-name: layui-scale;
	animation-name: layui-scale
}

@-webkit-keyframes layui-scale-spring {
	0% {
		opacity: .5;
		-webkit-transform: scale(.5)
	}

	80% {
		opacity: .8;
		-webkit-transform: scale(1.1)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1)
	}
}

@keyframes layui-scale-spring {
	0% {
		opacity: .5;
		transform: scale(.5)
	}

	80% {
		opacity: .8;
		transform: scale(1.1)
	}

	100% {
		opacity: 1;
		transform: scale(1)
	}
}

.layui-anim-scaleSpring {
	-webkit-animation-name: layui-scale-spring;
	animation-name: layui-scale-spring
}

@-webkit-keyframes layui-fadein {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes layui-fadein {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.layui-anim-fadein {
	-webkit-animation-name: layui-fadein;
	animation-name: layui-fadein
}

@-webkit-keyframes layui-fadeout {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes layui-fadeout {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.layui-anim-fadeout {
	-webkit-animation-name: layui-fadeout;
	animation-name: layui-fadeout
}


.layui-layer-tips .layui-layer-content {
	font-size: 16px !important;
}

/*!static/layui/css/layui.mobile.css*/
/** layui-v2.5.5 MIT License By https://www.layui.com */
blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html {
	font: 12px 'Helvetica Neue', 'PingFang SC', STHeitiSC-Light, Helvetica, Arial, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

a,
button,
input {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0)
}

a {
	text-decoration: none;
	background: 0 0
}

a:active,
a:hover {
	outline: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

li {
	list-style: none
}

b,
strong {
	font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500
}

address,
cite,
dfn,
em,
var {
	font-style: normal
}

dfn {
	font-style: italic
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

img {
	border: 0;
	vertical-align: bottom
}

.layui-inline,
input,
label {
	vertical-align: middle
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	outline: 0
}

button,
select {
	text-transform: none
}

select {
	-webkit-appearance: none;
	border: none
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

@font-face {
	font-family: layui-icon;
	src: url(/static/layui/font/iconfont.eot?v=1.0.7);
	src: url(/static/layui/font/iconfont.eot?v=1.0.7#iefix) format('embedded-opentype'), url(/static/layui/font/iconfont.woff?v=1.0.7) format('woff'), url(/static/layui/font/iconfont.ttf?v=1.0.7) format('truetype'), url(/static/layui/font/iconfont.svg?v=1.0.7#iconfont) format('svg')
}

.layui-icon {
	font-family: layui-icon !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.layui-box,
.layui-box * {
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important
}

.layui-border-box,
.layui-border-box * {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important
}

.layui-inline {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1
}

.layui-edge,
.layui-upload-iframe {
	position: absolute;
	width: 0;
	height: 0
}

.layui-edge {
	border-style: dashed;
	border-color: transparent;
	overflow: hidden
}

.layui-elip {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.layui-unselect {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none
}

.layui-disabled,
.layui-disabled:active {
	background-color: #d2d2d2 !important;
	color: #fff !important;
	cursor: not-allowed !important
}

.layui-circle {
	border-radius: 100%
}

.layui-show {
	display: block !important
}

.layui-hide {
	display: none !important
}

.layui-upload-iframe {
	border: 0;
	visibility: hidden
}

.layui-upload-enter {
	border: 1px solid #009E94;
	background-color: #009E94;
	color: #fff;
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

@-webkit-keyframes layui-m-anim-scale {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes layui-m-anim-scale {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.layui-m-anim-scale {
	animation-name: layui-m-anim-scale;
	-webkit-animation-name: layui-m-anim-scale
}

@-webkit-keyframes layui-m-anim-up {
	0% {
		opacity: 0;
		-webkit-transform: translateY(800px);
		transform: translateY(800px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes layui-m-anim-up {
	0% {
		opacity: 0;
		-webkit-transform: translateY(800px);
		transform: translateY(800px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.layui-m-anim-up {
	-webkit-animation-name: layui-m-anim-up;
	animation-name: layui-m-anim-up
}

@-webkit-keyframes layui-m-anim-left {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes layui-m-anim-left {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.layui-m-anim-left {
	-webkit-animation-name: layui-m-anim-left;
	animation-name: layui-m-anim-left
}

@-webkit-keyframes layui-m-anim-right {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes layui-m-anim-right {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.layui-m-anim-right {
	-webkit-animation-name: layui-m-anim-right;
	animation-name: layui-m-anim-right
}

@-webkit-keyframes layui-m-anim-lout {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

@keyframes layui-m-anim-lout {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

.layui-m-anim-lout {
	-webkit-animation-name: layui-m-anim-lout;
	animation-name: layui-m-anim-lout
}

@-webkit-keyframes layui-m-anim-rout {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

@keyframes layui-m-anim-rout {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

.layui-m-anim-rout {
	-webkit-animation-name: layui-m-anim-rout;
	animation-name: layui-m-anim-rout
}

.layui-m-layer {
	position: relative;
	z-index: 19891014
}

.layui-m-layer * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.layui-m-layermain,
.layui-m-layershade {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.layui-m-layershade {
	background-color: rgba(0, 0, 0, .7);
	pointer-events: auto
}

.layui-m-layermain {
	display: table;
	font-family: Helvetica, arial, sans-serif;
	pointer-events: none
}

.layui-m-layermain .layui-m-layersection {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.layui-m-layerchild {
	position: relative;
	display: inline-block;
	text-align: left;
	background-color: #fff;
	font-size: 14px;
	border-radius: 5px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	pointer-events: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .2s;
	animation-duration: .2s
}

.layui-m-layer0 .layui-m-layerchild {
	width: 90%;
	max-width: 640px
}

.layui-m-layer1 .layui-m-layerchild {
	border: none;
	border-radius: 0
}

.layui-m-layer2 .layui-m-layerchild {
	width: auto;
	max-width: 260px;
	min-width: 40px;
	border: none;
	background: 0 0;
	box-shadow: none;
	color: #fff
}

.layui-m-layerchild h3 {
	padding: 0 10px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 5px 5px 0 0;
	text-align: center
}

.layui-m-layerbtn span,
.layui-m-layerchild h3 {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.layui-m-layercont {
	padding: 50px 30px;
	line-height: 22px;
	text-align: center
}

.layui-m-layer1 .layui-m-layercont {
	padding: 0;
	text-align: left
}

.layui-m-layer2 .layui-m-layercont {
	text-align: center;
	padding: 0;
	line-height: 0
}

.layui-m-layer2 .layui-m-layercont i {
	width: 25px;
	height: 25px;
	margin-left: 8px;
	display: inline-block;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: layui-m-anim-loading 1.4s infinite ease-in-out;
	animation: layui-m-anim-loading 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.layui-m-layerbtn,
.layui-m-layerbtn span {
	position: relative;
	text-align: center;
	border-radius: 0 0 5px 5px
}

.layui-m-layer2 .layui-m-layercont p {
	margin-top: 20px
}

@-webkit-keyframes layui-m-anim-loading {

	0%,
	100%,
	80% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}

	40% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes layui-m-anim-loading {

	0%,
	100%,
	80% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}

	40% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

.layui-m-layer2 .layui-m-layercont i:first-child {
	margin-left: 0;
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}

.layui-m-layer2 .layui-m-layercont i.layui-m-layerload {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}

.layui-m-layer2 .layui-m-layercont>div {
	line-height: 22px;
	padding-top: 7px;
	margin-bottom: 20px;
	font-size: 14px
}

.layui-m-layerbtn {
	display: box;
	display: -moz-box;
	display: -webkit-box;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 0;
	border-top: 1px solid #D0D0D0;
	background-color: #F2F2F2
}

.layui-m-layerbtn span {
	display: block;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-box-flex: 1;
	font-size: 14px;
	cursor: pointer
}

.layui-m-layerbtn span[yes] {
	color: #40AFFE
}

.layui-m-layerbtn span[no] {
	border-right: 1px solid #D0D0D0;
	border-radius: 0 0 0 5px
}

.layui-m-layerbtn span:active {
	background-color: #F6F6F6
}

.layui-m-layerend {
	position: absolute;
	right: 7px;
	top: 10px;
	width: 30px;
	height: 30px;
	border: 0;
	font-weight: 400;
	background: 0 0;
	cursor: pointer;
	-webkit-appearance: none;
	font-size: 30px
}

.layui-m-layerend::after,
.layui-m-layerend::before {
	position: absolute;
	left: 5px;
	top: 15px;
	content: '';
	width: 18px;
	height: 1px;
	background-color: #999;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border-radius: 3px
}

.layui-m-layerend::after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}

body .layui-m-layer .layui-m-layer-footer {
	position: fixed;
	width: 95%;
	max-width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 10px;
	background: 0 0
}

.layui-m-layer-footer .layui-m-layercont {
	padding: 20px;
	border-radius: 5px 5px 0 0;
	background-color: rgba(255, 255, 255, .8)
}

.layui-m-layer-footer .layui-m-layerbtn {
	display: block;
	height: auto;
	background: 0 0;
	border-top: none
}

.layui-m-layer-footer .layui-m-layerbtn span {
	background-color: rgba(255, 255, 255, .8)
}

.layui-m-layer-footer .layui-m-layerbtn span[no] {
	color: #FD482C;
	border-top: 1px solid #c2c2c2;
	border-radius: 0 0 5px 5px
}

.layui-m-layer-footer .layui-m-layerbtn span[yes] {
	margin-top: 10px;
	border-radius: 5px
}

body .layui-m-layer .layui-m-layer-msg {
	width: auto;
	max-width: 90%;
	margin: 0 auto;
	bottom: -150px;
	background-color: rgba(0, 0, 0, .7);
	color: #fff
}

.layui-m-layer-msg .layui-m-layercont {
	padding: 10px 20px
}

/*!static/layui/css/modules/code.css*/
/** layui-v2.5.5 MIT License By https://www.layui.com */
html #layuicss-skincodecss {
	display: none;
	position: absolute;
	width: 1989px
}

.layui-code-h3,
.layui-code-view {
	position: relative;
	font-size: 12px
}

.layui-code-view {
	display: block;
	margin: 10px 0;
	padding: 0;
	border: 1px solid #e2e2e2;
	border-left-width: 6px;
	background-color: #F2F2F2;
	color: #333;
	font-family: Courier New
}

.layui-code-h3 {
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #e2e2e2
}

.layui-code-h3 a {
	position: absolute;
	right: 10px;
	top: 0;
	color: #999
}

.layui-code-view .layui-code-ol {
	position: relative;
	overflow: auto
}

.layui-code-view .layui-code-ol li {
	position: relative;
	margin-left: 45px;
	line-height: 20px;
	padding: 0 5px;
	border-left: 1px solid #e2e2e2;
	list-style-type: decimal-leading-zero;
	*list-style-type: decimal;
	background-color: #fff
}

.layui-code-view pre {
	margin: 0
}

.layui-code-notepad {
	border: 1px solid #0C0C0C;
	border-left-color: #3F3F3F;
	background-color: #0C0C0C;
	color: #C2BE9E
}

.layui-code-notepad .layui-code-h3 {
	border-bottom: none
}

.layui-code-notepad .layui-code-ol li {
	background-color: #3F3F3F;
	border-left: none
}

/*!static/layui/css/modules/laydate/default/laydate.css*/
/** layui-v2.5.5 MIT License By https://www.layui.com */
.laydate-set-ym,
.layui-laydate,
.layui-laydate *,
.layui-laydate-list {
	box-sizing: border-box
}

html #layuicss-laydate {
	display: none;
	position: absolute;
	width: 1989px
}

.layui-laydate * {
	margin: 0;
	padding: 0
}

.layui-laydate {
	position: absolute;
	z-index: 66666666;
	margin: 5px 0;
	border-radius: 2px;
	font-size: 14px;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: laydate-upbit;
	animation-name: laydate-upbit
}

.layui-laydate-main {
	width: 272px
}

.layui-laydate-content td,
.layui-laydate-header *,
.layui-laydate-list li {
	transition-duration: .3s;
	-webkit-transition-duration: .3s
}

@-webkit-keyframes laydate-upbit {
	from {
		-webkit-transform: translate3d(0, 20px, 0);
		opacity: .3
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes laydate-upbit {
	from {
		transform: translate3d(0, 20px, 0);
		opacity: .3
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.layui-laydate-static {
	position: relative;
	z-index: 0;
	display: inline-block;
	margin: 0;
	-webkit-animation: none;
	animation: none
}

.laydate-ym-show .laydate-next-m,
.laydate-ym-show .laydate-prev-m {
	display: none !important
}

.laydate-ym-show .laydate-next-y,
.laydate-ym-show .laydate-prev-y {
	display: inline-block !important
}

.laydate-time-show .laydate-set-ym span[lay-type=month],
.laydate-time-show .laydate-set-ym span[lay-type=year],
.laydate-time-show .layui-laydate-header .layui-icon,
.laydate-ym-show .laydate-set-ym span[lay-type=month] {
	display: none !important
}

.layui-laydate-header {
	position: relative;
	line-height: 30px;
	padding: 10px 70px 5px
}

.laydate-set-ym span,
.layui-laydate-header i {
	padding: 0 5px;
	cursor: pointer
}

.layui-laydate-header * {
	display: inline-block;
	vertical-align: bottom
}

.layui-laydate-header i {
	position: absolute;
	top: 10px;
	color: #999;
	font-size: 18px
}

.layui-laydate-header i.laydate-prev-y {
	left: 15px
}

.layui-laydate-header i.laydate-prev-m {
	left: 45px
}

.layui-laydate-header i.laydate-next-y {
	right: 15px
}

.layui-laydate-header i.laydate-next-m {
	right: 45px
}

.laydate-set-ym {
	width: 100%;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.laydate-time-text {
	cursor: default !important
}

.layui-laydate-content {
	position: relative;
	padding: 10px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none
}

.layui-laydate-content table {
	border-collapse: collapse;
	border-spacing: 0
}

.layui-laydate-content td,
.layui-laydate-content th {
	width: 36px;
	height: 30px;
	padding: 5px;
	text-align: center
}

.layui-laydate-content td {
	position: relative;
	cursor: pointer
}

.laydate-day-mark {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 30px;
	font-size: 12px;
	overflow: hidden
}

.laydate-day-mark::after {
	position: absolute;
	content: '';
	right: 2px;
	top: 2px;
	width: 5px;
	height: 5px;
	border-radius: 50%
}

.layui-laydate-footer {
	position: relative;
	height: 46px;
	line-height: 26px;
	padding: 10px 20px
}

.layui-laydate-footer span {
	margin-right: 15px;
	display: inline-block;
	cursor: pointer;
	font-size: 12px
}

.layui-laydate-footer span:hover {
	color: #5FB878
}

.laydate-footer-btns {
	position: absolute;
	right: 10px;
	top: 10px
}

.laydate-footer-btns span {
	height: 26px;
	line-height: 26px;
	margin: 0 0 0 -1px;
	padding: 0 10px;
	border: 1px solid #C9C9C9;
	background-color: #fff;
	white-space: nowrap;
	vertical-align: top;
	border-radius: 2px
}

.layui-laydate-list>li,
.layui-laydate-range .layui-laydate-main {
	display: inline-block;
	vertical-align: middle
}

.layui-laydate-list {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	background-color: #fff
}

.layui-laydate-list>li {
	position: relative;
	width: 33.3%;
	height: 36px;
	line-height: 36px;
	margin: 3px 0;
	text-align: center;
	cursor: pointer
}

.laydate-month-list>li {
	width: 25%;
	margin: 17px 0
}

.laydate-time-list>li {
	height: 100%;
	margin: 0;
	line-height: normal;
	cursor: default
}

.laydate-time-list p {
	position: relative;
	top: -4px;
	line-height: 29px
}

.laydate-time-list ol {
	height: 181px;
	overflow: hidden
}

.laydate-time-list>li:hover ol {
	overflow-y: auto
}

.laydate-time-list ol li {
	width: 130%;
	padding-left: 33px;
	line-height: 30px;
	text-align: left;
	cursor: pointer
}

.layui-laydate-hint {
	position: absolute;
	top: 115px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	line-height: 20px;
	padding: 15px;
	text-align: center;
	font-size: 12px
}

.layui-laydate-range {
	width: 546px
}

.layui-laydate-range .laydate-main-list-0 .laydate-next-m,
.layui-laydate-range .laydate-main-list-0 .laydate-next-y,
.layui-laydate-range .laydate-main-list-1 .laydate-prev-m,
.layui-laydate-range .laydate-main-list-1 .laydate-prev-y {
	display: none
}

.layui-laydate-range .laydate-main-list-1 .layui-laydate-content {
	border-left: 1px solid #e2e2e2
}

.layui-laydate,
.layui-laydate-hint {
	border: 1px solid #d2d2d2;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
	background-color: #fff;
	color: #666
}

.layui-laydate-header {
	border-bottom: 1px solid #e2e2e2
}

.layui-laydate-header i:hover,
.layui-laydate-header span:hover {
	color: #5FB878
}

.layui-laydate-content {
	border-top: none 0;
	border-bottom: none 0
}

.layui-laydate-content th {
	font-weight: 400;
	color: #333
}

.layui-laydate-content td {
	color: #666
}

.layui-laydate-content td.laydate-selected {
	background-color: #00F7DE
}

.laydate-selected:hover {
	background-color: #00F7DE !important
}

.layui-laydate-content td:hover,
.layui-laydate-list li:hover {
	background-color: #eaeaea;
	color: #333
}

.laydate-time-list li ol {
	margin: 0;
	padding: 0;
	border: 1px solid #e2e2e2;
	border-left-width: 0
}

.laydate-time-list li:first-child ol {
	border-left-width: 1px
}

.laydate-time-list>li:hover {
	background: 0 0
}

.layui-laydate-content .laydate-day-next,
.layui-laydate-content .laydate-day-prev {
	color: #d2d2d2
}

.laydate-selected.laydate-day-next,
.laydate-selected.laydate-day-prev {
	background-color: #f8f8f8 !important
}

.layui-laydate-footer {
	border-top: 1px solid #e2e2e2
}

.layui-laydate-hint {
	color: #FF5722
}

.laydate-day-mark::after {
	background-color: #5FB878
}

.layui-laydate-content td.layui-this .laydate-day-mark::after {
	display: none
}

.layui-laydate-footer span[lay-type=date] {
	color: #5FB878
}

.layui-laydate .layui-this {
	background-color: #009688 !important;
	color: #fff !important
}

.layui-laydate .laydate-disabled,
.layui-laydate .laydate-disabled:hover {
	background: 0 0 !important;
	color: #d2d2d2 !important;
	cursor: not-allowed !important;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none
}

.laydate-theme-molv {
	border: none
}

.laydate-theme-molv.layui-laydate-range {
	width: 548px
}

.laydate-theme-molv .layui-laydate-main {
	width: 274px
}

.laydate-theme-molv .layui-laydate-header {
	border: none;
	background-color: #009688
}

.laydate-theme-molv .layui-laydate-header i,
.laydate-theme-molv .layui-laydate-header span {
	color: #f6f6f6
}

.laydate-theme-molv .layui-laydate-header i:hover,
.laydate-theme-molv .layui-laydate-header span:hover {
	color: #fff
}

.laydate-theme-molv .layui-laydate-content {
	border: 1px solid #e2e2e2;
	border-top: none;
	border-bottom: none
}

.laydate-theme-molv .laydate-main-list-1 .layui-laydate-content {
	border-left: none
}

.laydate-theme-grid .laydate-month-list>li,
.laydate-theme-grid .laydate-year-list>li,
.laydate-theme-grid .layui-laydate-content td,
.laydate-theme-grid .layui-laydate-content thead,
.laydate-theme-molv .layui-laydate-footer {
	border: 1px solid #e2e2e2
}

.laydate-theme-grid .laydate-selected,
.laydate-theme-grid .laydate-selected:hover {
	background-color: #f2f2f2 !important;
	color: #009688 !important
}

.laydate-theme-grid .laydate-selected.laydate-day-next,
.laydate-theme-grid .laydate-selected.laydate-day-prev {
	color: #d2d2d2 !important
}

.laydate-theme-grid .laydate-month-list,
.laydate-theme-grid .laydate-year-list {
	margin: 1px 0 0 1px
}

.laydate-theme-grid .laydate-month-list>li,
.laydate-theme-grid .laydate-year-list>li {
	margin: 0 -1px -1px 0
}

.laydate-theme-grid .laydate-year-list>li {
	height: 43px;
	line-height: 43px
}

.laydate-theme-grid .laydate-month-list>li {
	height: 71px;
	line-height: 71px
}

/*!static/layui/css/modules/layer/default/layer.css*/
/** layui-v2.5.5 MIT License By https://www.layui.com */
.layui-layer-imgbar,
.layui-layer-imgtit a,
.layui-layer-tab .layui-layer-title span,
.layui-layer-title {
	text-overflow: ellipsis;
	white-space: nowrap
}

html #layuicss-layer {
	display: none;
	position: absolute;
	width: 1989px
}

.layui-layer,
.layui-layer-shade {
	position: fixed;
	_position: absolute;
	pointer-events: auto
}

.layui-layer-shade {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	_height: expression(document.body.offsetHeight+"px")
}

.layui-layer {
	-webkit-overflow-scrolling: touch;
	top: 150px;
	left: 0;
	margin: 0;
	padding: 0;
	background-color: #fff;
	-webkit-background-clip: content;
	border-radius: 2px;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3)
}

.layui-layer-close {
	position: absolute
}

.layui-layer-content {
	position: relative
}

.layui-layer-border {
	border: 1px solid #B2B2B2;
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
}

.layui-layer-load {
	background: url(/static/layui/css/modules/layer/default/loading-1.gif) center center no-repeat #eee
}

.layui-layer-ico {
	background: url(/static/layui/css/modules/layer/default/icon.png) no-repeat
}

.layui-layer-btn a,
.layui-layer-dialog .layui-layer-ico,
.layui-layer-setwin a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top
}

.layui-layer-move {
	display: none;
	position: fixed;
	*position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: move;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #fff;
	z-index: 2147483647
}

.layui-layer-resize {
	position: absolute;
	width: 15px;
	height: 15px;
	right: 0;
	bottom: 0;
	cursor: se-resize
}

.layer-anim {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .3s;
	animation-duration: .3s
}

@-webkit-keyframes layer-bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes layer-bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.layer-anim-00 {
	-webkit-animation-name: layer-bounceIn;
	animation-name: layer-bounceIn
}

@-webkit-keyframes layer-zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(-2000px);
		transform: scale(.1) translateY(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(60px);
		transform: scale(.475) translateY(60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

@keyframes layer-zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(-2000px);
		-ms-transform: scale(.1) translateY(-2000px);
		transform: scale(.1) translateY(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(60px);
		-ms-transform: scale(.475) translateY(60px);
		transform: scale(.475) translateY(60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

.layer-anim-01 {
	-webkit-animation-name: layer-zoomInDown;
	animation-name: layer-zoomInDown
}

@-webkit-keyframes layer-fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes layer-fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.layer-anim-02 {
	-webkit-animation-name: layer-fadeInUpBig;
	animation-name: layer-fadeInUpBig
}

@-webkit-keyframes layer-zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(-2000px);
		transform: scale(.1) translateX(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(48px);
		transform: scale(.475) translateX(48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

@keyframes layer-zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(-2000px);
		-ms-transform: scale(.1) translateX(-2000px);
		transform: scale(.1) translateX(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(48px);
		-ms-transform: scale(.475) translateX(48px);
		transform: scale(.475) translateX(48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

.layer-anim-03 {
	-webkit-animation-name: layer-zoomInLeft;
	animation-name: layer-zoomInLeft
}

@-webkit-keyframes layer-rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}
}

@keyframes layer-rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		-ms-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}
}

.layer-anim-04 {
	-webkit-animation-name: layer-rollIn;
	animation-name: layer-rollIn
}

@keyframes layer-fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.layer-anim-05 {
	-webkit-animation-name: layer-fadeIn;
	animation-name: layer-fadeIn
}

@-webkit-keyframes layer-shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}
}

@keyframes layer-shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px)
	}
}

.layer-anim-06 {
	-webkit-animation-name: layer-shake;
	animation-name: layer-shake
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.layui-layer-title {
	padding: 0 80px 0 20px;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	background-color: #F8F8F8;
	border-radius: 2px 2px 0 0
}

.layui-layer-setwin {
	position: absolute;
	right: 15px;
	*right: 0;
	top: 15px;
	font-size: 0;
	line-height: initial
}

.layui-layer-setwin a {
	position: relative;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	font-size: 12px;
	_overflow: hidden
}

.layui-layer-setwin .layui-layer-min cite {
	position: absolute;
	width: 14px;
	height: 2px;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background-color: #2E2D3C;
	cursor: pointer;
	_overflow: hidden
}

.layui-layer-setwin .layui-layer-min:hover cite {
	background-color: #2D93CA
}

.layui-layer-setwin .layui-layer-max {
	background-position: -32px -40px
}

.layui-layer-setwin .layui-layer-max:hover {
	background-position: -16px -40px
}

.layui-layer-setwin .layui-layer-maxmin {
	background-position: -65px -40px
}

.layui-layer-setwin .layui-layer-maxmin:hover {
	background-position: -49px -40px
}

.layui-layer-setwin .layui-layer-close1 {
	background-position: 1px -40px;
	cursor: pointer
}

.layui-layer-setwin .layui-layer-close1:hover {
	opacity: .7
}

.layui-layer-setwin .layui-layer-close2 {
	position: absolute;
	right: -28px;
	top: -28px;
	width: 30px;
	height: 30px;
	margin-left: 0;
	background-position: -149px -31px;
	*right: -18px;
	_display: none
}

.layui-layer-setwin .layui-layer-close2:hover {
	background-position: -180px -31px
}

.layui-layer-btn {
	text-align: right;
	padding: 0 15px 12px;
	pointer-events: auto;
	user-select: none;
	-webkit-user-select: none
}

.layui-layer-btn a {
	height: 28px;
	line-height: 28px;
	margin: 5px 5px 0;
	padding: 0 15px;
	border: 1px solid #dedede;
	background-color: #fff;
	color: #333;
	border-radius: 2px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none
}

.layui-layer-btn a:hover {
	opacity: .9;
	text-decoration: none
}

.layui-layer-btn a:active {
	opacity: .8
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #1E9FFF;
	background-color: #1E9FFF;
	color: #fff
}

.layui-layer-btn-l {
	text-align: left
}

.layui-layer-btn-c {
	text-align: center
}

.layui-layer-dialog {
	min-width: 260px
}

.layui-layer-dialog .layui-layer-content {
	position: relative;
	padding: 20px;
	line-height: 24px;
	word-break: break-all;
	overflow: hidden;
	font-size: 14px;
	overflow-x: hidden;
	overflow-y: auto
}

.layui-layer-dialog .layui-layer-content .layui-layer-ico {
	position: absolute;
	top: 16px;
	left: 15px;
	_left: -40px;
	width: 30px;
	height: 30px
}

.layui-layer-ico1 {
	background-position: -30px 0
}

.layui-layer-ico2 {
	background-position: -60px 0
}

.layui-layer-ico3 {
	background-position: -90px 0
}

.layui-layer-ico4 {
	background-position: -120px 0
}

.layui-layer-ico5 {
	background-position: -150px 0
}

.layui-layer-ico6 {
	background-position: -180px 0
}

.layui-layer-rim {
	border: 6px solid #8D8D8D;
	border: 6px solid rgba(0, 0, 0, .3);
	border-radius: 5px;
	box-shadow: none
}

.layui-layer-msg {
	min-width: 180px;
	border: 1px solid #D3D4D3;
	box-shadow: none
}

.layui-layer-hui {
	min-width: 100px;
	background-color: #000;
	filter: alpha(opacity=60);
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	border: none
}

.layui-layer-hui .layui-layer-content {
	padding: 12px 25px;
	text-align: center
}

.layui-layer-dialog .layui-layer-padding {
	padding: 20px 20px 20px 55px;
	text-align: left
}

.layui-layer-page .layui-layer-content {
	position: relative;
	overflow: auto
}

.layui-layer-iframe .layui-layer-btn,
.layui-layer-page .layui-layer-btn {
	padding-top: 10px
}

.layui-layer-nobg {
	background: 0 0
}

.layui-layer-iframe iframe {
	display: block;
	width: 100%
}

.layui-layer-loading {
	border-radius: 100%;
	background: 0 0;
	box-shadow: none;
	border: none
}

.layui-layer-loading .layui-layer-content {
	width: 60px;
	height: 24px;
	background: url(/static/layui/css/modules/layer/default/loading-0.gif) no-repeat
}

.layui-layer-loading .layui-layer-loading1 {
	width: 37px;
	height: 37px;
	background: url(/static/layui/css/modules/layer/default/loading-1.gif) no-repeat
}

.layui-layer-ico16,
.layui-layer-loading .layui-layer-loading2 {
	width: 32px;
	height: 32px;
	background: url(/static/layui/css/modules/layer/default/loading-2.gif) no-repeat
}

.layui-layer-tips {
	background: 0 0;
	box-shadow: none;
	border: none
}

.layui-layer-tips .layui-layer-content {
	position: relative;
	line-height: 22px;
	min-width: 12px;
	padding: 8px 15px;
	font-size: 12px;
	_float: left;
	border-radius: 2px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
	background-color: #000;
	color: #fff
}

.layui-layer-tips .layui-layer-close {
	right: -2px;
	top: -1px
}

.layui-layer-tips i.layui-layer-TipsG {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 8px;
	border-color: transparent;
	border-style: dashed;
	*overflow: hidden
}

.layui-layer-tips i.layui-layer-TipsB,
.layui-layer-tips i.layui-layer-TipsT {
	left: 5px;
	border-right-style: solid;
	border-right-color: #000
}

.layui-layer-tips i.layui-layer-TipsT {
	bottom: -8px
}

.layui-layer-tips i.layui-layer-TipsB {
	top: -8px
}

.layui-layer-tips i.layui-layer-TipsL,
.layui-layer-tips i.layui-layer-TipsR {
	top: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000
}

.layui-layer-tips i.layui-layer-TipsR {
	left: -8px
}

.layui-layer-tips i.layui-layer-TipsL {
	right: -8px
}

.layui-layer-lan[type=dialog] {
	min-width: 280px
}

.layui-layer-lan .layui-layer-title {
	background: #4476A7;
	color: #fff;
	border: none
}

.layui-layer-lan .layui-layer-btn {
	padding: 5px 10px 10px;
	text-align: right;
	border-top: 1px solid #E9E7E7
}

.layui-layer-lan .layui-layer-btn a {
	background: #fff;
	border-color: #E9E7E7;
	color: #333
}

.layui-layer-lan .layui-layer-btn .layui-layer-btn1 {
	background: #C9C5C5
}

.layui-layer-molv .layui-layer-title {
	background: #009f95;
	color: #fff;
	border: none
}

.layui-layer-molv .layui-layer-btn a {
	background: #009f95;
	border-color: #009f95
}

.layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
	background: #92B8B1
}

.layui-layer-iconext {
	background: url(/static/layui/css/modules/layer/default/icon-ext.png) no-repeat
}

.layui-layer-prompt .layui-layer-input {
	display: block;
	width: 230px;
	height: 36px;
	margin: 0 auto;
	line-height: 30px;
	padding-left: 10px;
	border: 1px solid #e6e6e6;
	color: #333
}

.layui-layer-prompt textarea.layui-layer-input {
	width: 300px;
	height: 100px;
	line-height: 20px;
	padding: 6px 10px
}

.layui-layer-prompt .layui-layer-content {
	padding: 20px
}

.layui-layer-prompt .layui-layer-btn {
	padding-top: 0
}

.layui-layer-tab {
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .4)
}

.layui-layer-tab .layui-layer-title {
	padding-left: 0;
	overflow: visible
}

.layui-layer-tab .layui-layer-title span {
	position: relative;
	float: left;
	min-width: 80px;
	max-width: 260px;
	padding: 0 20px;
	text-align: center;
	overflow: hidden;
	cursor: pointer
}

.layui-layer-tab .layui-layer-title span.layui-this {
	height: 43px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	background-color: #fff;
	z-index: 10
}

.layui-layer-tab .layui-layer-title span:first-child {
	border-left: none
}

.layui-layer-tabmain {
	line-height: 24px;
	clear: both
}

.layui-layer-tabmain .layui-layer-tabli {
	display: none
}

.layui-layer-tabmain .layui-layer-tabli.layui-this {
	display: block
}

.layui-layer-photos {
	-webkit-animation-duration: .8s;
	animation-duration: .8s
}

.layui-layer-photos .layui-layer-content {
	overflow: hidden;
	text-align: center
}

.layui-layer-photos .layui-layer-phimg img {
	position: relative;
	width: 100%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top
}

.layui-layer-imgbar,
.layui-layer-imguide {
	display: none
}

.layui-layer-imgnext,
.layui-layer-imgprev {
	position: absolute;
	top: 50%;
	width: 27px;
	_width: 44px;
	height: 44px;
	margin-top: -22px;
	outline: 0;
	blr: expression(this.onFocus=this.blur())
}

.layui-layer-imgprev {
	left: 10px;
	background-position: -5px -5px;
	_background-position: -70px -5px
}

.layui-layer-imgprev:hover {
	background-position: -33px -5px;
	_background-position: -120px -5px
}

.layui-layer-imgnext {
	right: 10px;
	_right: 8px;
	background-position: -5px -50px;
	_background-position: -70px -50px
}

.layui-layer-imgnext:hover {
	background-position: -33px -50px;
	_background-position: -120px -50px
}

.layui-layer-imgbar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	background-color: rgba(0, 0, 0, .8);
	background-color: #000\9;
	filter: Alpha(opacity=80);
	color: #fff;
	overflow: hidden;
	font-size: 0
}

.layui-layer-imgtit * {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 12px
}

.layui-layer-imgtit a {
	max-width: 65%;
	overflow: hidden;
	color: #fff
}

.layui-layer-imgtit a:hover {
	color: #fff;
	text-decoration: underline
}

.layui-layer-imgtit em {
	padding-left: 10px;
	font-style: normal
}

@-webkit-keyframes layer-bounceOut {
	100% {
		opacity: 0;
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}

	30% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes layer-bounceOut {
	100% {
		opacity: 0;
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7)
	}

	30% {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05)
	}

	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.layer-anim-close {
	-webkit-animation-name: layer-bounceOut;
	animation-name: layer-bounceOut;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .2s;
	animation-duration: .2s
}

@media screen and (max-width:1100px) {
	.layui-layer-iframe {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch
	}
}







@media (max-width: 1200px) {
	.top_con{
		width: 94%;
	}
	
	.top_nav_con{
		width: 94%;
	}
	
	.banner2_con{
		width: 94%;
	}
	
	.paymentmethod_con{
		width: 94%;
	}
	
	.bottom1_con{
		width: 94%;
	}
	
	.site_cont1{
		width: 100%;
	}
	
	.site_cont_1{
		top: 50%;
		transform: translateY(50%);
		left: 6%;
		width: 44%;
	}
	
	.site_cont1_word3{
		font-size: 14px;
		line-height: 24px;
	}
	
	.site_cont1_word4{
		font-size: 14px;
	}
	
	.site_cont1_word5{
		font-size: 14px;
		padding: 10px 30px;
	}
	
	.site_cont_2{
		top: 50%;
		transform: translateY(50%);
		width: 44%;
		right: 2%;
	}
	
	
	.immediateagency_con{
		width: 94%;
	}
	
	.immediateagency_con_left{
		width: 50%;
	}
	
	.immediateagency_con_right{
		width: 50%;
	}
	
	.news_con{
		width: 94%;
	}
	
	.news_con_top_con_left{
		width: 26%;
		margin-right: 1%;
	}
	
	.news_con_top_con_right{
		width: 46%;
	}
	
	.bottombg{
		width: 94%;
	}
	
	.clients_div{
		width: 94%;
	}
	
	.hollowcont{
		width: 94%;
	}
	
	.service2_con{
		width: 94%;
	}
	
	.banner_content{
		width: 94%;
	}
	
	.service_con{
		width: 94%;
	}
	
	.news_con_t{
		width: 94%;
	}
	
	.news_con_top_con{
		width: 94%;
	}
	
	.casesearch_con{
		width: 94%;
	}
	
	.customercase_tit{
		width: 94%;
	}
	
	.customercase_con{
		width: 94%;
	}
	
	.caselist_tit{
		width: 94%;
	}
	
	.caselist_con{
		width: 94%;
	}
	
	.customercasecontent_con{
		width: 94%;
	}
	
	.paging-container{
		width: 94%;
	}
	
	.site_cont2{
		width: 94%;
	}
	
	.banner_bg4_con{
		width: 94%;
	}
	
	.successfulcase{
		width: 100%;
	}
	
	.successfulcase_con{
		width: 94%;
	}
	
	.successfulcase_carousel{
		width: auto;
		left: 50%;
		margin-left: -440px;
	}
	
	.succar{
		margin: 0 3px;
	}
	
	.marketingpromotion_con{
		width: 94%;
	}
	
	.marketingpromotion_con>div{
		margin: 10px 1%;
	}
	
	.serviceadvantages_con{
		width: 100%;
	}
	
	.serviceadvantages_con_bot{
		width: 94%;
		margin: auto;
	}
	
	.serviceadvantages_con_bot>div{
		width: 25%;
	}
	
	.serviceadvantages_con_bot_con1{
		width: 100%;
	}
	
	.serviceadvantages_con_bot_con2{
		padding: 40px 5% 20px 5%;
	}
	
	.serviceadvantages_con_bot_con3{
		padding: 0 5%;
		width: auto;
	}
	
	.market_con{
		width: 94%;
	}
	
	.market_cont{
		overflow: hidden;
	}
	
	.market1_con{
		width: 100%;
	}
	
	.market1_cont1{
		width: 35%;
		margin: 30px 0 30px 4%;
	}
	
	.market1_cont2{
		padding: 80px 2%;
		width: 40%;
	}
	
	.overseas_con{
		width: 94%;
	}
	
	.overseas_con>div{
		display: flex;
	}
	
	.overseas_con>div>div{
		width: 66.66%;
		overflow: hidden;
	}
	
	.market1_cont2_con1 img{
		left: 25px;
	}
	
	.market1_cont2_con2 img{
		left: 25px;
	}
	
	.market1_cont2_con3 img{
		left: 25px;
	}
	
	.market1_cont2_con4 img{
		left: 25px;
	}
	
	.successfulcase_con_cen>a>div{
		margin: 0 20px 10px;
	}
}